Lines Matching refs:Bezier
55 float _bezLength(const Bezier& cur, LengthFunc lineLengthFunc) in _bezLength()
57 Bezier left, right; in _bezLength()
70 float _bezAt(const Bezier& bz, float at, float length, LengthFunc lineLengthFunc) in _bezAt()
82 Bezier left; in _bezAt()
247 void Bezier::split(Bezier& left, Bezier& right) const in split()
269 void Bezier::split(float at, Bezier& left, Bezier& right) const in split()
277 float Bezier::length() const in length()
283 float Bezier::lengthApprox() const in lengthApprox()
289 void Bezier::split(float t, Bezier& left) in split()
313 float Bezier::at(float at, float length) const in at()
319 float Bezier::atApprox(float at, float length) const in atApprox()
325 Point Bezier::at(float t) const in at()
348 float Bezier::angle(float t) const in angle()