Surface
Declaration
public class SurfaceConstructors
public Surface(IEnumerable<GridNode> gridElements, int id)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Elements | IEnumerable<GridNode> | - |
| Elevation | float | - |
| readonly IsEmpty | bool | - |
Methods
| Name | Type | Summary |
|---|---|---|
| CanMerge | bool | - |
| ContainsElement | bool | - |
| Except | void | - |
| GetClosestElement | GridNode | - |
| Intersect | void | - |
| Merge | void | - |
| Overlaps | bool | - |