Table of Contents

Method Single2

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Single2()

Creates a 2D Single Shape with a center value of (0,0)

public static IImplicitShape<GridPoint2> Single2()

Returns

IImplicitShape<GridPoint2>

Single2(GridPoint2)

Creates a 2D Single Shape with a given center value.

public static IImplicitShape<GridPoint2> Single2(GridPoint2 point)

Parameters

point GridPoint2

Value for the center of the single shape.

Returns

IImplicitShape<GridPoint2>