isPointInside

open override fun isPointInside(startPoint: Vec2): Boolean

Method to check if point is inside a body in world space.

Return

boolean value whether the point is inside the first body.

Parameters

startPoint

Vector point to check if its inside the first body.