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

Matrix4x4::CreateScale Method (Single)

Creates a uniform scaling matrix that scale equally on each axis.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Matrix4x4 CreateScale(
	float scale
)

Parameters

scale
Type: System::Single

The uniform scaling factor.

Return Value

Type: System.Numerics::Matrix4x4
The scaling matrix.
Show:
© 2017 Microsoft