Quaternion.Divide(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.
Divides one quaternion by a second quaternion.
public:
static System::Numerics::Quaternion Divide(System::Numerics::Quaternion value1, System::Numerics::Quaternion value2);
public static System.Numerics.Quaternion Divide (System.Numerics.Quaternion value1, System.Numerics.Quaternion value2);
static member Divide : System.Numerics.Quaternion * System.Numerics.Quaternion -> System.Numerics.Quaternion
Public Shared Function Divide (value1 As Quaternion, value2 As Quaternion) As Quaternion
Parameters
- value1
- Quaternion
The dividend.
- value2
- Quaternion
The divisor.
Returns
The quaternion that results from dividing value1
by value2
.
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.