Method RemoveDataPoint
RemoveDataPoint(float)
Remove a DataPoint<TDataType> from this collection, if one exists.
Declaration
public bool RemoveDataPoint(float t)
Parameters
Type | Name | Description |
---|---|---|
float | t | The interpolant relative to Spline. How this value is interpreted is dependent on PathIndexUnit.get. |
Returns
Type | Description |
---|---|
bool | True is deleted, false otherwise. |