Click or drag to resize

Matrix3FFromScale Method

Overload List
  NameDescription
Public methodStatic memberFromScale(Single)
Creates a scale matrix with the specified Single value.
Public methodStatic memberFromScale(Vector3F)
Creates a scale matrix with the specified Vector3F object.
Public methodStatic memberFromScale(Single, Matrix3F)
Creates a scale matrix with the specified Single value.
Public methodStatic memberFromScale(Vector3F, Matrix3F)
Creates a scale matrix with the specified Vector3F object.
Top
See Also