Click or drag to resize

CuboidHasIntersectionWith Method

Checks if this cuboid has an intersection with the given cuboid.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.49.0
Syntax
C#
public bool HasIntersectionWith(
	Cuboid cuboid
)

Parameters

cuboid  Cuboid
The cuboid to check on intersection.

Return Value

Boolean
true, if there is an intersection.
See Also