UnsafeNativeMethods.Matrix.Scaling Method |
Language: |
Builds a matrix that scales along the x-axis, y-axis, and z-axis.
Visual Basic Public Shared Function Scaling( _
ByVal pOut As Matrix, _
ByVal v As Vector3 _
) As MatrixC# public static Matrix Scaling(
Matrix pOut,
Vector3 v
);C++ public:
static Matrix Scaling(
Matrix pOut,
Vector3 v
);JScript public static function Scaling(
pOut : Matrix,
v : Vector3
) : Matrix;
pOut Microsoft.DirectX.Matrix
Scaled Matrix structure.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.
Microsoft.DirectX.Matrix
Scaled Matrix structure.
The return value for this method is the same value returned in the pOut parameter. This allows you to use the Scaling method as a parameter for another method.
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