Quaternion.Multiply(Quaternion, Quaternion) Method
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 Quaternion values.
public:
static System::Windows::Media::Media3D::Quaternion Multiply(System::Windows::Media::Media3D::Quaternion left, System::Windows::Media::Media3D::Quaternion right);
public static System.Windows.Media.Media3D.Quaternion Multiply (System.Windows.Media.Media3D.Quaternion left, System.Windows.Media.Media3D.Quaternion right);
static member Multiply : System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Media3D.Quaternion -> System.Windows.Media.Media3D.Quaternion
Public Shared Function Multiply (left As Quaternion, right As Quaternion) As Quaternion
Parameters
- left
- Quaternion
First quaternion to multiply.
- right
- Quaternion
Second quaternion to multiply.
Returns
Quaternion that is the result of multiplication.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.