File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments