Quaternion.Division(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.
Divides one quaternion by a second quaternion.
public:
static System::Numerics::Quaternion operator /(System::Numerics::Quaternion value1, System::Numerics::Quaternion value2);
public static System.Numerics.Quaternion operator / (System.Numerics.Quaternion value1, System.Numerics.Quaternion value2);
static member ( / ) : System.Numerics.Quaternion * System.Numerics.Quaternion -> System.Numerics.Quaternion
Public Shared Operator / (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
.
Remarks
The Division method defines the division operation for Quaternion objects.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.