Matrix.Scale Method |
Language: |
Scales the matrix along the x-axis, y-axis, and z-axis.
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
);
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center