op_Multiply
operator *
두 행렬을 연결합니다
public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
모수 | 유형 | 설명 |
---|---|---|
left | FMatrix4 | |
right | FMatrix4 |
또한보십시오
- struct FMatrix4
- 네임스페이스 Aspose.ThreeD.Utilities
- 집회 Aspose.3D
operator *
행렬을 곱하고 value 를 두 배로 늘립니다.
public static FMatrix4 operator *(FMatrix4 lhs, float v)
모수 | 유형 | 설명 |
---|---|---|
lhs | FMatrix4 | Lhs. |
v | Single | V. |
반환 값
결과 행렬
또한보십시오
- struct FMatrix4
- 네임스페이스 Aspose.ThreeD.Utilities
- 집회 Aspose.3D