Matrix.Scale(Vector3) Method (Microsoft.DirectX)

Scales the matrix along the x-axis, y-axis, and z-axis.

Definition

Visual Basic Public Sub Scale( _
    ByVal v As Vector3 _
)
C# public void Scale(
    Vector3 v
);
C++ public:
void Scale(
    Vector3 v
);
JScript public function Scale(
    v : Vector3
);

Parameters

v Microsoft.DirectX.Vector3
A Vector3 structure containing three values that represent the scaling factors applied along the x-axis, y-axis, and z-axis.