Continuity
Description
Enumeration of continuity types for ICurves.
Public / Constants
Position
The curve provides C0 continuity, i.e. it is steady in respect to position.
When moving along a curve with Position continuity, position will update smoothly, but velocity and acceleration may change abruptly.
Tangent
The curve provides C1 continuity, i.e. it is steady in respect to tangents.
When moving along a curve with Tangent continuity, position and velocity update smoothly, but acceleration may change abruptly.
Curvature
The curve provides C2 continuity, i.e. it is steady in respect to curvature.
When moving along a curve with Tangent continuity, position, velocity and acceleration update smoothly.