MarkableCircleCreateFromBox Method |
Sets the metric properties to fit the box defined by the two points.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override void CreateFromBox(
dvec3 p0,
dvec3 p1
)
Parameters
- p0 dvec3
- Fist point defining bounds.
- p1 dvec3
- Second point defining bounds.
See Also