Mat33 extension

on
  • Matrix3

Methods

add2(Matrix3 a, Matrix3 b) → Matrix3

Available on Matrix3, provided by the Mat33 extension

Add a matrix to b matrix
addOffset(double m, Vector3 v) → Matrix3

Available on Matrix3, provided by the Mat33 extension

Add offest to this matrix
invert2(Matrix3 m) → Matrix3

Available on Matrix3, provided by the Mat33 extension

Invert matrix m
multiplyMatrices(Matrix3 m1, Matrix3 m2, [bool transpose = true]) → Matrix3

Available on Matrix3, provided by the Mat33 extension

multiplyScalar(double s) → Matrix3

Available on Matrix3, provided by the Mat33 extension

Multiple this matrix by s
setQuat(Quaternion q) → Matrix3

Available on Matrix3, provided by the Mat33 extension

subOffset(double m, Vector3 v) → Matrix3

Available on Matrix3, provided by the Mat33 extension

Subtract matrix m with offset v