We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce0d5f commit 71c5d5bCopy full SHA for 71c5d5b
1 file changed
releasenotes.md
@@ -40,7 +40,7 @@
40
- Add vector function `cubic_hermite`
41
- Deprecated `sq_magnitude`, `barycenter`, `towards`, `ortho_normalize`, `clamp_mag`, use `length_sq`, `barycentric`, `move_towards`, `orthonormalize`, `clamp_length` instead.
42
- Add Quaternion conversion functions to from Euler angles and axis+angle.
43
-- `math::deg_to_rad` and `math::rad_to_def` respects the underlying type, returning `float` on a `float` argument.
+- `math::deg_to_rad` and `math::rad_to_deg` respects the underlying type, returning `float` on a `float` argument.
44
- Added `float.to_radians` and `float.to_degrees` and the same for `double`.
45
- Added `Quat`, `Mat2`, `Mat3` and `Mat4`, `Vec2`, `Vec3`, `Vec4` aliases.
46
- Added `is_normalized` to Quaternion and floating point vectors.
0 commit comments