Searched defs:CubicPair (Results 1 – 2 of 2) sorted by relevance
394 struct CubicPair { struct395 const Cubic& first() const { return (const Cubic&) pts[0]; } in first()396 const Cubic& second() const { return (const Cubic&) pts[3]; } in second()397 _Point pts[7];