22 : p1_(0.,0.,0.), p2_(0.,0.,0.)
27 : p1_(ax,ay,az), p2_(bx,by,bz)
32 : p1_(f.p1_), p2_(f.p2_)
91 return (a.
p1_ == this->p1_ && a.
p2_ == this->p2_);
std::istream & operator>>(std::istream &i, a_plucker &f)
std::ostream & operator<<(std::ostream &o, const a_plucker &f)
double operator*(const a_plucker &a, const a_plucker &b)
a_plucker & operator=(const a_plucker &m)
a_plucker & operator*=(double v)
bool operator!=(const a_plucker &a) const
a_plucker & operator/=(double v)
virtual a_plucker operator+(const a_plucker &a)
bool operator==(const a_plucker &a)
virtual void write(std::ostream &o) const
virtual void read(std::istream &i)
a_plucker & operator-=(const a_plucker &a)
a_plucker & operator+=(const a_plucker &a)