Click or drag to resize

IExplicitShapeTPoint Interface

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

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IExplicitShape<TPoint> : IImplicitShape<TPoint>

Type Parameters

TPoint
The point type.

The IExplicitShapeTPoint type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Returns a bounding shape that contains this explicit shape.
Public propertyPoints
Gets all the points this shape contains.
Top
Methods
Extension Methods
See Also