tlp::FastBezier Member ListThis is the complete list of members for tlp::FastBezier, including all inherited members.
computeBezierPoints(const std::vector< Coord > &controlPoints, std::vector< Coord > &curvePoints, const unsigned int nbCurvePoints=20) | tlp::FastBezier | [static] |
computeCubicBezierPoints(const Coord &p0, const Coord &p1, const Coord &p2, const Coord &p3, std::vector< Coord > &curvePoints, const unsigned int nbCurvePoints=20) | tlp::FastBezier | [static] |
computeLinearBezierPoints(const Coord &p0, const Coord &p1, std::vector< Coord > &curvePoints, const unsigned int nbCurvePoints=20) | tlp::FastBezier | [static] |
computeQuadraticBezierPoints(const Coord &p0, const Coord &p1, const Coord &p2, std::vector< Coord > &curvePoints, const unsigned int nbCurvePoints=20) | tlp::FastBezier | [static] |
computeSplinePoints(const std::vector< Coord > &splinePassPoints, std::vector< Coord > &splinePoints, const bool closedSpline=false, const unsigned int nbPointsPerSegment=20) | tlp::FastBezier | [static] |
|