Matter.Axes

Defined in: src/geometry/Axes.js:1

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

Methods

Matter.Axes.fromVertices

(vertices)

Axes

Creates a new set of axes from the given vertices.

Parameters

Returns

AxesA new axes from the given vertices

@ src/geometry/Axes.js:16

Matter.Axes.rotate

(axes, angle)

Rotates a set of axes by the given angle.

Parameters

@ src/geometry/Axes.js:42

Item Index

Methods