Interface: gizmoShape

Mixin Interface: manip.makeGizmoShape(...)

Interface: gizmoShape

This is a [Mixin Interface] exposing some methods of the Manipulator Gizmo Shape.

Methods

<void><MixinInterface:gizmoShape>.startNewLine()

Starts a new line in the gizmo.

<void><MixinInterface:gizmoShape>addPoint <point3 by value>point

Adds a new point to the last line created.

<void><MixinInterface:gizmoShape>transform <matrix3 by value>point

Transforms the gizmo by the given matrix3 value.