contains

fun contains(point: Vector3): Boolean

Checks if a point is inside the box.

Return

true if the point is inside the box, false otherwise

Parameters

point

The 3D point to test


Checks if a point cloud vertex is inside the box.

Return

true if the point is inside the box, false otherwise

Parameters

point

The point cloud vertex to test