Releases: Team-Nutshell/nml
Releases · Team-Nutshell/nml
nml 1.1.1
nml 1.1.0
- New constructors allowing to create a vector, matrix or quaternion from a float pointer.
- New constructors allowing to truncate vectors (vec4 -> vec3, vec3 -> vec2, vec4 -> vec2) and matrices (mat4 -> mat3, mat3 -> mat2, mat4 -> mat2).
- Refactoring constructors' parameters' names for a better lisibility.