- Companion:
- class
Type members
Classlikes
Typesafe helper enum for the rotation functions in the problemutils.classes.Matrix object.
Typesafe helper enum for the rotation functions in the problemutils.classes.Matrix object.
Value members
Concrete methods
Produces a matrix of the given dimensions filled with the result of some computation.
Produces a matrix of the given dimensions filled with the result of some computation.
Creates an identity matrix of the given dimension.
Creates an identity matrix of the given dimension.
Produces a matrix of the given dimensions, with the given starting value at the top-left (defaulting to 0), and counting up by 1 for each column and row (going right-down).
Produces a matrix of the given dimensions, with the given starting value at the top-left (defaulting to 0), and counting up by 1 for each column and row (going right-down).
Creates a 2x2 rotation matrix for the given angle.
Creates a 2x2 rotation matrix for the given angle.
Creates a 3x3 rotation matrix for the given angle and axis.
Creates a 3x3 rotation matrix for the given angle and axis.