Function to delete one or more points. Deletes all points having distance <= epsi from the specified posX.
Syntax |
i32 mot_remove (i32 motId, real posX [, real epsi=1e-7]) |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
motId |
MOT reference code (obtained from the mot_create() function) |
||||||||||
posX |
Value of the interpolation key associated with the point to be removed (abscissa, x-coordinate) |
||||||||||
epsi |
Range of the deletion. (optional, default 1e-7) |
||||||||||
Result |
Returns:
|
||||||||||
Validity |
Rule, Task |
||||||||||
Note |