CurvesPathParticle: Particle & {
    curveVelocity?: Vector;
    pathGen?: (() => number);
}