Table of Contents

Method Min

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Min(GridPoint2, GridPoint2)

Calculates a new grid point with coordinates the minimum of the respective coordinates of two grid points.

public static GridPoint2 Min(GridPoint2 point1, GridPoint2 point2)

Parameters

point1 GridPoint2
point2 GridPoint2

Returns

GridPoint2