Click or drag to resize

CuboidIsSeparatedCuboid Method

Returns true if there's no intersection between the two cuboids.

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

Parameters

cuboid  Cuboid
Cuboid to compare to.

Return Value

Boolean
True if there's no intersection between the two cuboids
See Also