Quaternion.Subtract(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.
Subtracts a Quaternion from another.
public:
static System::Windows::Media::Media3D::Quaternion Subtract(System::Windows::Media::Media3D::Quaternion left, System::Windows::Media::Media3D::Quaternion right);
public static System.Windows.Media.Media3D.Quaternion Subtract (System.Windows.Media.Media3D.Quaternion left, System.Windows.Media.Media3D.Quaternion right);
static member Subtract : System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Media3D.Quaternion -> System.Windows.Media.Media3D.Quaternion
Public Shared Function Subtract (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.