Click or drag to resize

CuboidIsNoCornerInCuboid Method

Returns true if no corner 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 IsNoCornerInCuboid(
	Cuboid cuboid
)

Parameters

cuboid  Cuboid
Cuboid to check.

Return Value

Boolean
true if no corner of the supplied cuboid is inside this cuboid.
See Also