Quaternion 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示四元數。
[System.Serializable]
public struct Quaternion : IEquatable<OpenTK.Quaternion>
type Quaternion = struct
- 繼承
-
Quaternion
- 屬性
- 實作
建構函式
Quaternion(Matrix3) |
表示四元數。 |
Quaternion(Single, Single, Single, Single) |
建構新的四元數 |
Quaternion(Vector3, Single) |
表示四元數。 |
欄位
Identity |
定義識別四元數。 |
屬性
Length |
取得四元數) 長度 (大小。 |
LengthSquared |
取得四元數長度的平方 (大小) 。 |
W |
取得或設定這個實例的 W 元件。 |
X |
取得或設定這個實例的 X 元件。 |
Xyz |
取得或設定具有這個實例之 X、Y 和 Z 元件的 OpenTK.Vector3。 |
XYZ |
已淘汰.
取得或設定具有這個實例之 X、Y 和 Z 元件的 OpenTK.Vector3。 |
Y |
取得或設定這個實例的 Y 元件。 |
Z |
取得或設定這個實例的 Z 元件。 |