User Tools

Site Tools


3x3_matrix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
3x3_matrix [2022/04/30 13:30]
max
3x3_matrix [2022/05/01 19:19] (current)
max
Line 1: Line 1:
 ====== 3x3 Matrix ====== ====== 3x3 Matrix ======
  
-The 3x3 Matrix features the same methods of accessing it'variables as the [[2x2_matrix|2x2 Matrix]]; but of course has an extra column and row.+The 3x3 Matrix features the same methods of accessing its variables as the [[2x2_matrix|2x2 Matrix]]; but of coursehas an extra column and row.
  
 In addition to the base identity and custom matrix constructors, the 3x3 matrix also has constructors for: In addition to the base identity and custom matrix constructors, the 3x3 matrix also has constructors for:
Line 7: Line 7:
   * A 3x3 rotation matrix constructed with ''pitch, yaw and roll'' in degrees.   * A 3x3 rotation matrix constructed with ''pitch, yaw and roll'' in degrees.
  
-The 3x3 Matrix also features additional functions in it'class. Here is the complete list:+The 3x3 Matrix also features additional functions in its class. Here is the complete list:
   * ''Transpose''   * ''Transpose''
   * ''Determinant''   * ''Determinant''
Line 14: Line 14:
   * ''RotateX'', ''RotateY'' and ''RotateZ'', all of which rotate the matrix by the given angle around their respective axis as the name dictates.   * ''RotateX'', ''RotateY'' and ''RotateZ'', all of which rotate the matrix by the given angle around their respective axis as the name dictates.
   * ''RotateAxis'', which rotates this matrix for the given angle around the given axis.   * ''RotateAxis'', which rotates this matrix for the given angle around the given axis.
-  * ''Rotate'', which takes ''pitch, yaw and roll'' in degrees.+  * ''Rotate'', which takes ''pitch, yawand roll'' in degrees.
  
 As part of the ''ImpulsePhysics::Matrices'' namespace, you also get access to these utility functions: As part of the ''ImpulsePhysics::Matrices'' namespace, you also get access to these utility functions:
3x3_matrix.txt ยท Last modified: 2022/05/01 19:19 by max