Skip to content
Snippets Groups Projects
  • Andrew Hale's avatar
    d78f02ec
    Fix for recent changes to matrix indexing; · d78f02ec
    Andrew Hale authored
    - Explicit construction of matrices is now via a list of rows not of columns
    - Use Matrix.Rotation() instead of manual creation of the rotation matrix
    - Use Matrix() instead of manual creation of 4x4 identity matrix
    d78f02ec
    History
    Fix for recent changes to matrix indexing;
    Andrew Hale authored
    - Explicit construction of matrices is now via a list of rows not of columns
    - Use Matrix.Rotation() instead of manual creation of the rotation matrix
    - Use Matrix() instead of manual creation of 4x4 identity matrix