Table of Contents

Interface IImplicitShape<TPoint>

Namespace
Gamelogic.Grids2
Assembly
Assembly-CSharp.dll

An implicit shape is a representation of a (discrete) point set that can determine whether a given point is in the shape or not.

public interface IImplicitShape<in TPoint>

Type Parameters

TPoint

The point type for this shape. Usually one of int, GridPoint2 or GridPoint3

Extension Methods

Remarks

ImplicitShape provides many methods for creating and manipulating implicit shapes.

Methods

Contains(TPoint)

Determines whether this implicit shape contains the specified point.