Skip to content

Commit 3d35062

Browse files
committed
Edit changelog
1 parent cb00e3a commit 3d35062

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,22 @@
66

77
Deprecated members:
88
- `Matrix4.translate`
9+
910
Instead use: `Matrix4.translateByDouble`, `Matrix4.translateByVector3`,
1011
`Matrix4.translateByVector4`.
1112

1213
- `Matrix4.leftTranslate`
14+
1315
Instead use: `Matrix4.leftTranslateByDouble`,
1416
`Matrix4.leftTranslateByVector3`, `Matrix4.leftTranslateByVector4`.
1517

1618
- `Matrix4.scale`
19+
1720
Instead use: `Matrix4.scaleByDouble`, `Matrix4.scaleByVector3`,
1821
`Matrix4.scaleByVector4`.
1922

2023
- `Matrix4.scaled`
24+
2125
Instead use: `Matrix4.scaledByDouble`, `Matrix4.scaledByVector3`,
2226
`Matrix4.scaledByVector4`.
2327

0 commit comments

Comments
 (0)