op_Multiply
コンテンツ
[
隠れる
]operator *
2 つの行列を掛けます
public static Matrix4 operator *(Matrix4 lhs, Matrix4 rhs)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Matrix4 | Lhs。 |
rhs | Matrix4 | 右。 |
戻り値
結果マトリックス
関連項目
- struct Matrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
行列と vector3 を乗算します
public static Vector3 operator *(Matrix4 lhs, Vector3 v)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Matrix4 | Lhs。 |
v | Vector3 | V. |
戻り値
結果マトリックス
関連項目
- struct Vector3
- struct Matrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
行列と vector4 を乗算します。
public static Vector4 operator *(Matrix4 lhs, Vector4 v)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Matrix4 | Lhs。 |
v | Vector4 | V. |
戻り値
結果マトリックス
関連項目
- struct Vector4
- struct Matrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
行列と double 値を乗算します
public static Matrix4 operator *(Matrix4 lhs, double v)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Matrix4 | Lhs。 |
v | Double | V. |
戻り値
結果マトリックス
関連項目
- struct Matrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D