CuboidIsNoCornerInCuboid Method |
Returns true if no corner of the supplied cuboid is inside this cuboid.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic bool IsNoCornerInCuboid(
Cuboid cuboid
)
Parameters
- cuboid Cuboid
- Cuboid to check.
Return Value
Booleantrue if no corner of the supplied cuboid is inside this cuboid.
See Also