Click or drag to resize
Quaternion Structure
クォータニオンのクラスです。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct Quaternion

The Quaternion type exposes the following members.

Constructors
  NameDescription
Public methodQuaternion
各要素を指定して初期化します。
Top
Methods
  NameDescription
Public methodStatic memberConjugate
クォータニオンの共役を計算します。
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIdentity
単位クォータニオンを作成します。
Public methodStatic memberMultiply
2 つのクォータニオンの積を計算します。
Public methodStatic memberNormalize
クォータニオンを正規化します。
Public methodStatic memberRotationAxis
任意の軸を回転軸にして回転するクォータニオンを作成します。
Public methodStatic memberRotationMatrix
回転行列からクォータニオンを作成します。
Public methodStatic memberRotationYawPitchRoll
ヨー、ピッチ、およびロールを指定してクォータニオンを作成します。
Public methodSet
クォータニオンに値を設定します。
Public methodStatic memberSlerp
2 つのクォータニオンを球面線形補間します。
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldW
Public fieldX
Public fieldY
Public fieldZ
Top
See Also