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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.