Matrix.Scale Method |
Language: |
Scales the matrix along the x-axis, y-axis, and z-axis.
Visual Basic Public Sub Scale( _
ByVal x As Single, _
ByVal y As Single, _
ByVal z As Single _
)C# public void Scale(
float x,
float y,
float z
);C++ public:
void Scale(
float x,
float y,
float z
);JScript public function Scale(
x : float,
y : float,
z : float
);
x System.Single
Scaling factor that is applied along the x-axis.y System.Single
Scaling factor that is applied along the y-axis.z System.Single
Scaling factor that is applied along the 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