Method GetSubCell
GetSubCell(IPoint)
Performant implementations are expected to implement this efficiently by considering the current cell's boundary.
Declaration
public abstract Cell GetSubCell(IPoint p)
Parameters
Type | Name | Description |
---|---|---|
IPoint | p |
Returns
Type | Description |
---|---|
Cell |
Remarks
Performant implementations are expected to implement this efficiently by considering the current cell's boundary. Precondition: Never called when Level == maxLevel.
Precondition: this.Shape.Relate(p) != SpatialRelation.DISJOINT.