Table of Contents

Method FloorMod

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

FloorMod(GridPoint3)

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

[Version(2, 2, 0)]
public GridPoint3 FloorMod(GridPoint3 otherPoint)

Parameters

otherPoint GridPoint3

Returns

GridPoint3