Click or drag to resize

BaseFlowJobElementHasPoint 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#
public bool HasPoint(
	dvec3 point
)

Parameters

point  dvec3
The point.

Return Value

Boolean
True if the point is inside the job element.

Implements

ITransformableHasPoint(dvec3)
See Also