op_Inequality

Quaternion Inequality operator

四元数の不等号演算子

public static bool operator !=(Quaternion lhs, Quaternion rhs)
パラメータタイプ説明
lhsQuaternion左側の値。
rhsQuaternion右側の値。

戻り値

2 つの四元数が等しくない場合は true。

関連項目