Table of Contents

Interface IExplicitShape<TPoint>

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Represents a point set that is an implicit shape, and in addition, can generate all the points it contains.

public interface IExplicitShape<TPoint> : IImplicitShape<TPoint>

Type Parameters

TPoint

The point type.

Inherited Members
Extension Methods

Properties

Bounds

Returns a bounding shape that contains this explicit shape.

Points

Gets all the points this shape contains.