CuboidIntersectWith Method |
Returns the intersection of this and the given cuboid.
Attention: No intersection leads to zero or negative sizes! This
needs to be checked by the caller.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic Cuboid IntersectWith(
Cuboid cuboid
)
Parameters
- cuboid Cuboid
[Missing <param name="cuboid"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Cuboid.IntersectWith(RAYLASE.Marker.VectorGraphicElement.Cuboid)"]
Return Value
CuboidThe intersection of the two cuboids. In case of no
intersection one or more sizes are zero or negative.
See Also