Skip to content

1.10.3

Compare
Choose a tag to compare
@httpdigest httpdigest released this 08 Dec 18:07
· 120 commits to main since this release

Additions

  • Matrix4.tile(x, y, w, h) - to map a sub-cuboid of a ortho or perspective view (676c543)
  • Matrix4x3.mul3x3(elements...) - multiply by specifying individual matrix elements (21c14ae)
  • Matrix3/4x3/4.mapXYZ/...() - doing 90°/180°/270° rotations (and -1 scaling) without using sin/cos (c2beed4, f37e8d5, 3ced0b4, 1948aa9, 15b6c17, dea2ddb)
  • Matrix3/4x3/4.negateX/Y/Z() - (b6edd37, 3ced0b4, dea2ddb)
  • Matrix3/4x3/4.getEulerAnglesXYZ() - (1587fbc)
  • Quaternion.getEulerAnglesZYX() - (6fe925b)

Fixes