Lines Matching defs:xAx
99 class xAx{
121 xAx() {}
128 xAx (double c0, double c1, double c2, double c3, double c4, double c5)
136 xAx (const NL::ConstSymmetricMatrixView<3> & C)
149 xAx (std::vector<Point> const& points)
167 xAx (const Point& _vertex, double _angle, double _dist1, double _dist2)
179 xAx (const Point& _vertex, const Point& _focus1, const Point& _focus2)
193 xAx (const Point & _focus, const Line & _directrix, double _eccentricity)
203 xAx (const Line& l1, const Line& l2)
238 static xAx fromPoint(Point p);
239 static xAx fromDistPoint(Point p, double d);
240 static xAx fromLine(Point n, double d);
241 static xAx fromLine(Line l);
242 static xAx fromPoints(std::vector<Point> const &pts);
261 xAx scale(double sx, double sy) const;
265 xAx operator-(xAx const &b) const;
266 xAx operator+(xAx const &b) const;
267 xAx operator+(double const &b) const;
268 xAx operator*(double const &b) const;
368 xAx translate (const Point & _offset) const;
370 xAx rotate (double angle) const;
378 xAx rotate (const Point & _rot_centre, double _angle) const
380 xAx result
403 xAx dual () const
408 xAx dc(D);
492 std::vector<Point> intersect(const xAx & C1, const xAx & C2);
494 bool clip (std::vector<RatQuad> & rq, const xAx & cs, const Rect & R);
496 inline std::ostream &operator<< (std::ostream &out_file, const xAx &x) {