Click or drag to resize

CuboidIsAnyCornerInCuboid Method

Returns true if any of the corners of the supplied cuboid is inside this cuboid.

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

Parameters

cuboid  Cuboid
Cuboid to check.

Return Value

Boolean
true if any of the corners of the supplied cuboid is inside this cuboid.
See Also