![]() |
![]() |
![]() |
UnsafeNativeMethods.Matrix.Scaling Method |
Language: |
Builds a matrix that scales along the x-axis, y-axis, and z-axis.
Visual Basic .NET Public Shared Function Scaling( _
ByVal pOut As Matrix, _
ByVal v As Vector3 _
) As MatrixC# public static Matrix Scaling(
Matrix pOut,
Vector3 v
);Managed C++ public: static Matrix Scaling(
Matrix pOut,
Vector3 v
);JScript .NET 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. Resultantly, the Scaling method can be used as a parameter for another method.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center