Quaternion::Multiply Operator (Quaternion, Quaternion)
Returns the quaternion that results from multiplying two quaternions together.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value1
- Type: System.Numerics::Quaternion
The first quaternion.
- value2
- Type: System.Numerics::Quaternion
The second quaternion.
The Multiply method defines the operation of the multiplication operator for Quaternion objects.
Show: