 | IVectorPointTPointMul Method |
Multiplies two points component by component.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[VersionAttribute(1, 7, 0)]
TPoint Mul(
TPoint other
)
Parameters
- other
- Type: TPoint
Return Value
Type:
TPoint
Examples (-5, 5) Mul (2, 2) == (-10, 10)
See Also