Class GridBounds
Discrete version of the
[Serializable]
public class GridBounds : AbstractBounds<GridPoint3>, IExplicitShape<GridPoint3>, IImplicitShape<GridPoint3>
- Inheritance
-
GridBounds
- Implements
- Inherited Members
- Extension Methods
Constructors
Properties
- Extreme
Gets the extreme point of this AbstractBounds<TPoint>, lying on the opposite direction of Point. For discrete point types, this points fall just outside the bounds.
- Points
Gets all the points that this bounds contains.
Methods
- Contains(GridPoint3)
Determines whether this bounds contains the specified point.
- UnionBoundingBox(AbstractBounds<GridPoint3>, AbstractBounds<GridPoint3>)
Returns the bounding box of the union of the two given GridsBounds objects.