Scales the matrix along the x-axis, y-axis, and z-axis.
Definition
Visual Basic .NET Public Sub Scale( _ ByVal v As Vector3 _) C# public void Scale( Vector3 v); Managed C++ public: void Scale( Vector3 v); JScript .NET 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.
Feedback? Please provide us with your comments on this topic. For more help, visit the DirectX Developer Center