Matrix3D.Multiply(Matrix3D, Matrix3D) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Multiplies the specified matrices.
public:
static Windows::UI::Xaml::Media::Media3D::Matrix3D operator *(Windows::UI::Xaml::Media::Media3D::Matrix3D matrix1, Windows::UI::Xaml::Media::Media3D::Matrix3D matrix2);
public static Windows.UI.Xaml.Media.Media3D.Matrix3D operator * (Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, Windows.UI.Xaml.Media.Media3D.Matrix3D matrix2);
static member ( * ) : Windows.UI.Xaml.Media.Media3D.Matrix3D * Windows.UI.Xaml.Media.Media3D.Matrix3D -> Windows.UI.Xaml.Media.Media3D.Matrix3D
Public Shared Operator * (matrix1 As Matrix3D, matrix2 As Matrix3D) As Matrix3D
Parameters
- matrix1
- Matrix3D
The matrix to multiply.
- matrix2
- Matrix3D
The matrix by which the first matrix is multiplied.
Returns
The Matrix3D that is the result of multiplication.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. For more information, see Matrix3D in the UWP API reference.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.