UpdateSplinePoint()

Syntax

UpdateSplinePoint(#Spline, PointIndex, x, y, z)
Description
Update the specified point in the spline. The time to go from one point to another is always the same, independent from the distance between these points.

Parameters

#Spline The spline to use.
PointIndex The point index. The first point index is zero. The point index has to be below than the result of CountSplinePoints().
x, y, z The new point position in the world.

Return value

None.

See Also

CreateSpline(), ComputeSpline()

Supported OS

All

<- SplineZ() - Spline Index