Uses of Class
eu.svjatoslav.sixth.e3d.math.Matrix3x3
Packages that use Matrix3x3
-
Uses of Matrix3x3 in eu.svjatoslav.sixth.e3d.math
Methods in eu.svjatoslav.sixth.e3d.math that return Matrix3x3Modifier and TypeMethodDescriptionstatic Matrix3x3Matrix3x3.identity()Returns an identity matrix.Quaternion.toMatrix()Converts this quaternion to a 3x3 rotation matrix.Quaternion.toMatrix3x3()Converts this quaternion to a 3x3 rotation matrix.Methods in eu.svjatoslav.sixth.e3d.math with parameters of type Matrix3x3Modifier and TypeMethodDescriptionvoidQuaternion.copyToMatrix(Matrix3x3 m) Copies this quaternion's rotation to an existing 3x3 matrix.