Matter.Axes
The Matter.Axes
module contains methods for creating and manipulating sets of axes.
Methods
Matter.Axes.fromVertices
(vertices)
Creates a new set of axes from the given vertices.
Parameters
-
vertices
Vertices
Returns
Axes
A new axes from the given vertices
Matter.Axes.rotate
(axes, angle)
Rotates a set of axes by the given angle.