Quaternion.Subtraction(Quaternion, Quaternion) 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.
Subtracts a specified quaternion from another.
public:
static System::Windows::Media::Media3D::Quaternion operator -(System::Windows::Media::Media3D::Quaternion left, System::Windows::Media::Media3D::Quaternion right);
public static System.Windows.Media.Media3D.Quaternion operator - (System.Windows.Media.Media3D.Quaternion left, System.Windows.Media.Media3D.Quaternion right);
static member ( - ) : System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Media3D.Quaternion -> System.Windows.Media.Media3D.Quaternion
Public Shared Operator - (left As Quaternion, right As Quaternion) As Quaternion
Parameters
- left
- Quaternion
Quaternion from which to subtract.
- right
- Quaternion
Quaternion to subtract from the first quaternion.
Returns
Quaternion that is the result of subtraction.
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.