contains

fun contains(point: Point3): 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