Click or drag to resize

IImplicitShapeTPoint Interface

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

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

Type Parameters

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

The IImplicitShapeTPoint type exposes the following members.

Methods
  NameDescription
Public methodContains
Determines whether this implicit shape contains the specified point.
Top
Extension Methods
Remarks
ImplicitShape provides many methods for creating and manipulating implicit shapes.
See Also

Reference

Other Resources