 | IVectorPointTPointDiv Method |
Integer divides a point by another point component by component.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[VersionAttribute(1, 7, 0)]
TPoint Div(
TPoint other
)
Parameters
- other
- Type: TPoint
Return Value
Type:
TPoint
RemarksRemainders are always positive.
Examples(-5, 5) Div(2, 2) == (-3, 2)
See Also