![]() |
![]() |
![]() |
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 v As Vector3 _
) As MatrixC# public static Matrix Scaling(
Vector3 v
);Managed C++ public: static Matrix Scaling(
Vector3 v
);JScript .NET public static function Scaling(
v : Vector3
) : Matrix;
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center