Skip to content

Releases: Team-Nutshell/nml

nml 1.1.1

31 Jan 19:41

Choose a tag to compare

  • Constructors taking a float* as parameter now take a const float* instead.
  • Fix typos in docs.

nml 1.1.0

18 Jan 23:44

Choose a tag to compare

  • 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.

nml 1.0.0

04 Jan 11:25

Choose a tag to compare

v1.0.0

fix a double to a float