Skip to content

Commit 71c5d5b

Browse files
committed
Typo in releasenotes
1 parent 3ce0d5f commit 71c5d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- Add vector function `cubic_hermite`
4141
- Deprecated `sq_magnitude`, `barycenter`, `towards`, `ortho_normalize`, `clamp_mag`, use `length_sq`, `barycentric`, `move_towards`, `orthonormalize`, `clamp_length` instead.
4242
- 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.
43+
- `math::deg_to_rad` and `math::rad_to_deg` respects the underlying type, returning `float` on a `float` argument.
4444
- Added `float.to_radians` and `float.to_degrees` and the same for `double`.
4545
- Added `Quat`, `Mat2`, `Mat3` and `Mat4`, `Vec2`, `Vec3`, `Vec4` aliases.
4646
- Added `is_normalized` to Quaternion and floating point vectors.

0 commit comments

Comments
 (0)