Click or drag to resize

GridPoint2TruncMod Method

Gives a new point that represents the reminder when the first point is divided by the second point component-wise. The division is integer trunc division.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GridPoint2 TruncMod(
	GridPoint2 otherPoint
)

Parameters

otherPoint
Type: Gamelogic.Grids2GridPoint2

Return Value

Type: GridPoint2
See Also