Click or drag to resize

GridPoint2FloorDiv Method (GridPoint2)

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

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

Parameters

otherPoint
Type: Gamelogic.Grids2GridPoint2

Return Value

Type: GridPoint2
See Also