CuboidContains(dvec3) Method |
Returns true if the point is inside the cuboid.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic bool Contains(
dvec3 point
)
Parameters
- point dvec3
- Point to test.
Return Value
BooleanTrue if the point is inside the cuboid
See Also