The Matter.Axes module contains methods for creating and manipulating sets of axes.

Hierarchy

  • default

Constructors

Methods

Constructors

Methods

  • Creates a new set of axes from the given vertices.

    Parameters

    Returns IAxes

    A new axes from the given vertices

    Method

    fromVertices

  • Rotates a set of axes by the given angle.

    Parameters

    • axes: IAxes
    • angle: number

    Returns void

    Method

    rotate

Generated using TypeDoc