Table of Contents

Method Single1

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Single1()

Creates a 1D Single Shape with center value 0.

public static IImplicitShape<int> Single1()

Returns

IImplicitShape<int>

Single1(int)

Creates a 1D Single Shape with a given point value.

public static IImplicitShape<int> Single1(int point)

Parameters

point int

Value of the center point.

Returns

IImplicitShape<int>

Single1(GridPoint3)

Creates a 3D Single Shape.

public static IImplicitShape<GridPoint3> Single1(GridPoint3 point)

Parameters

point GridPoint3

Point value of the center.

Returns

IImplicitShape<GridPoint3>