op_Multiply
내용물
[
숨다
]operator *
두 개의 행렬을 곱합니다
public static Matrix4 operator *(Matrix4 lhs, Matrix4 rhs)
모수 | 유형 | 설명 |
---|---|---|
lhs | Matrix4 | Lhs. |
rhs | Matrix4 | Rhs. |
반환 값
결과 행렬
또한보십시오
- 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 *
행렬을 곱하고 value 를 두 배로 늘립니다.
public static Matrix4 operator *(Matrix4 lhs, double v)
모수 | 유형 | 설명 |
---|---|---|
lhs | Matrix4 | Lhs. |
v | Double | V. |
반환 값
결과 행렬
또한보십시오
- struct Matrix4
- 네임스페이스 Aspose.ThreeD.Utilities
- 집회 Aspose.3D