Home | History | Annotate | Download | only in math

Lines Matching defs:toRotationMatrix

377      * <code>toRotationMatrix</code> converts this quaternion to a rotational

382 public Matrix3f toRotationMatrix() {
384 return toRotationMatrix(matrix);
388 * <code>toRotationMatrix</code> converts this quaternion to a rotational
395 public Matrix3f toRotationMatrix(Matrix3f result) {
432 * <code>toRotationMatrix</code> converts this quaternion to a rotational
440 public Matrix4f toRotationMatrix(Matrix4f result) {
914 Matrix3f tempMat = toRotationMatrix();