v0.7.0-dev
- 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