Skip to content

Commit cb00e3a

Browse files
committed
Remove duplicate changelog entry
1 parent 3881ca6 commit cb00e3a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@
2121
Instead use: `Matrix4.scaledByDouble`, `Matrix4.scaledByVector3`,
2222
`Matrix4.scaledByVector4`.
2323

24-
- New `Matrix4` members added with precise argument types (instead of
25-
`dynamic`), with better performance:
26-
- `Matrix4.scaleByDouble`, `Matrix4.scaleByVector3`, `Matrix4.scaleByVector4`
27-
as faster `Matrix4.scale`.
28-
- `Matrix4.translateByDouble`, `Matrix4.translateByVector3`,
29-
`Matrix4.translateByVector4` as faster `Matrix4.translate`.
30-
- `Matrix4.leftTranslateByDouble`, `Matrix4.leftTranslateByVector3`,
31-
`Matrix4.leftTranslateByVector4` as faster `Matrix4.leftTranslate`.
32-
These new functions should be preferred over the old ones when the argument
33-
type is known at a call site.
34-
3524
## 2.1.5
3625

3726
- Fixed `operator -()` of Quaternion (Contributed by tlserver)

0 commit comments

Comments
 (0)