Method GetPoint
GetPoint(Location)
Returns a point on the segment at given location
Declaration
Point2D GetPoint(Location location)
Parameters
| Type | Name | Description |
|---|---|---|
| Location | location | The location of the point |
Returns
| Type | Description |
|---|---|
| Point2D | A point on the segment |