Table of Contents

Method Add

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Add(GridPoint3)

Adds an other grid point to this grid point and returns the result.

public GridPoint3 Add(GridPoint3 other)

Parameters

other GridPoint3

The other grid point to add to this grid point.

Returns

GridPoint3