Home | History | Annotate | Download | only in math

Lines Matching refs:m02

327         return fromRotationMatrix(matrix.m00, matrix.m01, matrix.m02, matrix.m10,

331 public Quaternion fromRotationMatrix(float m00, float m01, float m02,
348 y = (m02 - m20) * s;
355 z = (m02 + m20) * s;
363 w = (m02 - m20) * s;
368 x = (m02 + m20) * s;
420 result.m02 = (xz + yw);
465 m02 = (xz + yw);