Click or drag to resize

ITransformableHasPoint Method

Tests whether a point is inside (inclusively) the job element. This applies only if the job element is on a single plane.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
bool HasPoint(
	dvec3 point
)

Parameters

point  dvec3
The point.

Return Value

Boolean
True if the point is inside the job element.
See Also