Click or drag to resize

Matrix3x2CreateScale Method

Overload List
  NameDescription
Public methodStatic memberCreateScale(Double)
Creates a scale matrix that scales uniformly with the given scale.
Public methodStatic memberCreateScale(Vector2)
Creates a scale matrix from the given vector scale.
Public methodStatic memberCreateScale(Double, Vector2)
Creates a scale matrix that scales uniformly with the given scale with an offset from the given center.
Public methodStatic memberCreateScale(Double, Double)
Creates a scale matrix from the given X and Y components.
Public methodStatic memberCreateScale(Vector2, Vector2)
Creates a scale matrix from the given vector scale with an offset from the given center point.
Public methodStatic memberCreateScale(Double, Double, Vector2)
Creates a scale matrix that is offset by a given center point.
Top
See Also