Matrix4x4::CreateScale Method (Vector3)

Creates a scaling matrix from the specified vector scale.

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

public:
static Matrix4x4 CreateScale(
	Vector3 scales
)

Parameters

scales
Type: System.Numerics::Vector3

The scale to use.

Return Value

Type: System.Numerics::Matrix4x4
The scaling matrix.
Show: