Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::CreateScale Method

Creates a scaling matrix.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member CreateScale(Single) Creates a uniform scaling matrix that scale equally on each axis.
Public method Static member CreateScale(Vector3) Creates a scaling matrix from the specified vector scale.
Public method Static member CreateScale(Single, Vector3) Creates a uniform scaling matrix that scales equally on each axis with a center point.
Public method Static member CreateScale(Vector3, Vector3) Creates a scaling matrix with a center point.
Public method Static member CreateScale(Single, Single, Single) Creates a scaling matrix from the specified X, Y, and Z components.
Public method Static member CreateScale(Single, Single, Single, Vector3) Creates a scaling matrix that is offset by a given center point.
Top
Show:
© 2017 Microsoft