op_Multiply
operator *
Voeg de twee matrices samen
public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
Parameter | Type | Beschrijving |
---|---|---|
left | FMatrix4 | |
right | FMatrix4 |
Zie ook
- struct FMatrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Vermenigvuldig de matrix en verdubbel de waarde
public static FMatrix4 operator *(FMatrix4 lhs, float v)
Parameter | Type | Beschrijving |
---|---|---|
lhs | FMatrix4 | Lhs. |
v | Single | V. |
Winstwaarde
Resultaatmatrix
Zie ook
- struct FMatrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D