Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@maplant maplant released this 02 Oct 22:12
· 2 commits to main since this release
c7c1bb7
  • Added look_to_rh, look_to_lh, look_at_rh and look_at_lh functions for creating view
    matrices.
  • Added perspective_rh and perspective_lh functions for creating perspective matrices.
  • Added orthographic_rh and orthographic_lh functions for creating orthographic matrices.
  • Added extend function to Vector1, Vector2, and Vector3.
  • Added truncate function to Vector2, Vector3, and Vector4.
  • Added swizzle functions to small vectors.
  • Added conversion functions from vectors and points into arrays.
  • Removed swizzle feature and include swizzling always.
  • Changed reflect method of InnerSpace to take a Unit<Self> for the surface_normal.