New
package:vector_math v2.2.0
- Performance of functions that take
dynamicarguments improved. - Most of the members that take
dynamicarguments are deprecated. New members with non-dynamicarguments added. Deprecated members:Matrix4.translateInstead use:Matrix4.translateByDouble,Matrix4.translateByVector3,Matrix4.translateByVector4.Matrix4.leftTranslateInstead use:Matrix4.leftTranslateByDouble,Matrix4.leftTranslateByVector3,Matrix4.leftTranslateByVector4.Matrix4.scaleInstead use:Matrix4.scaleByDouble,Matrix4.scaleByVector3,Matrix4.scaleByVector4.Matrix4.scaledInstead use:Matrix4.scaledByDouble,Matrix4.scaledByVector3,Matrix4.scaledByVector4.