Home | History | Annotate | Download | only in math

Lines Matching defs:l1

381         float l1 = middle.subtract(start).length();
383 l1 + l2;
385 l1 = getCatmullRomP1toP2Length(p0, p1, p2, p3, startRange, middleValue, curveTension);
388 l = l1 + l2;