Skip to content

v0.7.0-dev

Compare
Choose a tag to compare
@maihd maihd released this 06 Jun 12:55
  • Add constructors unit tests: vec2, vec3, vec4
  • Add more constructors case
  • Add constructors docs
  • Add vecx_zero
  • Add system name or perspective/ortho/frustum, only support right handed now
  • Remove ++/-- operators
  • Update matrix fields name rowx -> vx, support both row/col major, but now only have col-major functions
  • Remove mat4_div_mat4 and its operator overloading