Quaternion.Negate(Quaternion) メソッド

定義

四元数の各コンポーネントの符号を反転します。

public:
 static System::Numerics::Quaternion Negate(System::Numerics::Quaternion value);
public static System.Numerics.Quaternion Negate(System.Numerics.Quaternion value);
static member Negate : System.Numerics.Quaternion -> System.Numerics.Quaternion
Public Shared Function Negate (value As Quaternion) As Quaternion

パラメーター

value
Quaternion

否定する四元数。

返品

否定四元数。

適用対象