Implement missing Matrix2x2 members, documentation, & tests #20

Open
opened 2024-02-19 01:57:47 -05:00 by josh · 1 comment
Owner
  • Matrix2x2::Determinant
  • Matrix2x2::Inverse
  • Matrix2x2::Transpose
  • Matrix2x2::Transform
  • Matrix2x2::operator * (Vector2)
  • Matrix2x2::operator * (Matrix2x2)
  • Matrix2x2::SetRow
  • Matrix2x2::SetColumn
  • Matrix2x2::SetAt
  • Matrix2x2() Constructor
  • Matrix2x2(float) Constructor
  • Matrix2x2(float x4) Constructor
  • Matrix2x2(Vector2 x2) Constructor
  • Matrix2x2(float*) Constructor
- [ ] Matrix2x2::Determinant - [ ] Matrix2x2::Inverse - [ ] Matrix2x2::Transpose - [ ] Matrix2x2::Transform - [ ] Matrix2x2::operator * (Vector2) - [ ] Matrix2x2::operator * (Matrix2x2) - [ ] Matrix2x2::SetRow - [ ] Matrix2x2::SetColumn - [ ] Matrix2x2::SetAt - [ ] Matrix2x2() Constructor - [ ] Matrix2x2(float) Constructor - [ ] Matrix2x2(float x4) Constructor - [ ] Matrix2x2(Vector2 x2) Constructor - [ ] Matrix2x2(float*) Constructor
maxine added the
Status
Need More Info
label 2024-06-24 19:37:16 -04:00
josh added
Kind/Feature
Priority
Medium
and removed
Status
Need More Info
labels 2024-06-24 20:06:20 -04:00
josh changed title from Implement Matrix2x2::Determinant Inverse Transpose Transform to Implement missing Matrix2x2 members, documentation, & tests 2024-06-24 20:06:26 -04:00
josh self-assigned this 2024-06-24 20:08:38 -04:00
Collaborator

Some of these have to be done

Some of these have to be done
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: josh/j3ml#20
No description provided.