op_Multiply
inhoud
[
verbergen
]operator *
Operator overbelast voor *
public static Vector3 operator *(Vector3 lhs, Vector3 rhs)
| Parameter | Type | Beschrijving |
|---|---|---|
| lhs | Vector3 | De linkervector |
| rhs | Vector3 | De juiste vector |
Winstwaarde
Resultaatvector
Zie ook
- struct Vector3
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Operator overbelast voor *
public static Vector3 operator *(double lhs, Vector3 rhs)
| Parameter | Type | Beschrijving |
|---|---|---|
| lhs | Double | De linker scalair |
| rhs | Vector3 | De juiste vector |
Winstwaarde
Resultaatvector
Zie ook
- struct Vector3
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
operator *
Operator overbelast voor *
public static Vector3 operator *(Vector3 lhs, double rhs)
| Parameter | Type | Beschrijving |
|---|---|---|
| lhs | Vector3 | De linkervector |
| rhs | Double | De juiste dubbele waarde |
Winstwaarde
Resultaatvector
Zie ook
- struct Vector3
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D