Table of Contents

Method Min

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Min(GridPoint3, GridPoint3)

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

public static GridPoint3 Min(GridPoint3 point1, GridPoint3 point2)

Parameters

point1 GridPoint3
point2 GridPoint3

Returns

GridPoint3