Click or drag to resize

CuboidContains(dvec3) Method

Returns true if the point is inside the cuboid.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public bool Contains(
	dvec3 point
)

Parameters

point  dvec3
Point to test.

Return Value

Boolean
True if the point is inside the cuboid
See Also