Vector2.op_Multiply
operator *
Multiply operator for Vector2
public static Vector2 operator *(Vector2 lhs, double rhs)
Parameter | Type | Description |
---|---|---|
lhs | Vector2 | Left hand side value. |
rhs | Double | Right hand side value. |
Return Value
The result of multiply.
See Also
- struct Vector2
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
operator *
Multiply operator for Vector2
public static Vector2 operator *(double lhs, Vector2 rhs)
Parameter | Type | Description |
---|---|---|
lhs | Double | Left hand side value. |
rhs | Vector2 | Right hand side value. |
Return Value
The result of multiply.
See Also
- struct Vector2
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D