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 21
21
Instead use: ` Matrix4.scaledByDouble ` , ` Matrix4.scaledByVector3 ` ,
22
22
` Matrix4.scaledByVector4 ` .
23
23
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
-
35
24
## 2.1.5
36
25
37
26
- Fixed ` operator -() ` of Quaternion (Contributed by tlserver)
You can’t perform that action at this time.
0 commit comments