op_Multiply
コンテンツ
[
隠れる
]operator *
- の演算子のオーバーロード
public static Quaternion operator *(Quaternion lhs, double rhs)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Quaternion | 左クォータニオン |
rhs | Double | 右四元数 |
戻り値
結果のクォータニオン
関連項目
- struct Quaternion
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
- の演算子のオーバーロード
public static Quaternion operator *(Quaternion lhs, Quaternion rhs)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Quaternion | 左クォータニオン |
rhs | Quaternion | 右四元数 |
戻り値
結果のクォータニオン
関連項目
- struct Quaternion
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
- の演算子のオーバーロード
public static Vector3 operator *(Quaternion q, Vector3 v)
パラメータ | タイプ | 説明 |
---|---|---|
q | Quaternion | 回転クォータニオン |
v | Vector3 | 回転するベクトル |
戻り値
回転ベクトル
関連項目
- struct Vector3
- struct Quaternion
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
- の演算子のオーバーロード
public static Vector4 operator *(Quaternion q, Vector4 v)
パラメータ | タイプ | 説明 |
---|---|---|
q | Quaternion | 回転クォータニオン |
v | Vector4 | 回転するベクトル |
戻り値
回転ベクトル
関連項目
- struct Vector4
- struct Quaternion
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
- の演算子のオーバーロード
public static Vector3 operator *(Vector3 v, Quaternion q)
パラメータ | タイプ | 説明 |
---|---|---|
v | Vector3 | 回転クォータニオン |
q | Quaternion | 回転するベクトル |
戻り値
回転ベクトル
関連項目
- struct Vector3
- struct Quaternion
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D