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