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

Matrix3x2::CreateScale Method (Single)

Creates a scaling matrix that scales uniformly with the given scale.

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

public:
static Matrix3x2 CreateScale(
	float scale
)

Parameters

scale
Type: System::Single

The uniform scale to use.

Return Value

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