Click or drag to resize

MarkableCircleCreateFromBox Method

Sets the metric properties to fit the box defined by the two points.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override void CreateFromBox(
	dvec3 p0,
	dvec3 p1
)

Parameters

p0  dvec3
Fist point defining bounds.
p1  dvec3
Second point defining bounds.
See Also