CuboidIsSeparatedCuboid Method |
Returns true if there's no intersection between the two cuboids.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic bool IsSeparatedCuboid(
Cuboid cuboid
)
Parameters
- cuboid Cuboid
- Cuboid to compare to.
Return Value
BooleanTrue if there's no intersection between the two cuboids
See Also