Hierarchy

Constructors

Properties

eventStarted: ListenableEvent<void, Tool> = ...
eventStopped: ListenableEvent<void, Tool> = ...
mAxisVector: Vector3
mCommand: null | TransformElements
mIsFinished: boolean
mLocalRotation: boolean
mPickPlane: null | Plane
mRefPoint: Vector3
mTotalAngle: number
mTransformedRefPoint: Vector3
mView: View

Methods

  • Parameters

    • pPos: Vector2

    Returns null | Vector3

  • Should return true if the tool is running. False should be returned after a call to stop() or if the tool is finished with its operations.

    Returns boolean

  • Starts the tool. Returns false if the start was canceled/aborted.

    Parameters

    • pParameter: unknown

    Returns boolean

Generated using TypeDoc