ISplicedPointTPoint, TBasePoint Properties |
The ISplicedPointTPoint, TBasePoint generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BasePoint |
Why is this public?
- Convenience
- Algorithm Design
Otherwise the user will just make a new
basepoint in any case, and perhaps make a mistake.
| |
| I |
Returns the splice idnex for this point.
| |
| SpliceCount |
For spliced grids, this is the number of slices for all points.
For Uniform grids, this is always 1.
(Inherited from IGridPointTPoint.) | |
| SpliceIndex |
For spliced grids, this is the index of the splice.
For Uniform grids, this is always 0.
(Inherited from IGridPointTPoint.) | |
| X |
Returns the X-coordinate of this point.
| |
| Y |
Returns the Y-coordinate of this point.
|