Click or drag to resize

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.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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

Cuboid
The intersection of the two cuboids. In case of no intersection one or more sizes are zero or negative.
See Also