Function TriangleMeshNode.ContainsPoint

ContainsPoint (Int3 point)

Checks if point is inside the node when seen from above.

Public
ContainsPoint (Vector3 p)

Checks if point is inside the node when seen from above.

Public
ContainsPoint (Vector3 p, NativeMovementPlane movementPlane)

Checks if point is inside the node when seen from above, as defined by the movement plane.

Public