Skip to content

package:vector_math v2.2.0

Latest
Compare
Choose a tag to compare
@kevmoo kevmoo released this 22 May 00:41
13f185f
  • Performance of functions that take dynamic arguments improved.
  • Most of the members that take dynamic arguments are deprecated. New members
    with non-dynamic arguments added.
    Deprecated members:
    • Matrix4.translate
      Instead use: Matrix4.translateByDouble, Matrix4.translateByVector3,
      Matrix4.translateByVector4.
    • Matrix4.leftTranslate
      Instead use: Matrix4.leftTranslateByDouble,
      Matrix4.leftTranslateByVector3, Matrix4.leftTranslateByVector4.
    • Matrix4.scale
      Instead use: Matrix4.scaleByDouble, Matrix4.scaleByVector3,
      Matrix4.scaleByVector4.
    • Matrix4.scaled
      Instead use: Matrix4.scaledByDouble, Matrix4.scaledByVector3,
      Matrix4.scaledByVector4.