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