Box3D.IsPointTotalInside Method
Determinates if a point is within this box and its borders.
[Visual Basic]
Public Function IsPointTotalInside( _
ByVal
p As
Vector3D _
) As
Boolean
Parameters
-
p
- Point to check.
Return Value
Returns true if the point is withing the box, and false if it is not.
See Also
Box3D Class | Irrlicht.Core Namespace