Implementation of 2 dimensional vector class.
double y() const
Returns the y coordinate of the vector.
double x() const
Returns the x coordinate of the vector.
LocVec2D operator*(const LocVec2D &lv) const
RotPhi & operator=(RotPhi &&)=default
double xval(const LocVec2D &lv) const
double yval(const LocVec2D &lv) const
RotPhi & operator=(const RotPhi &)=default
RotPhi(const RotPhi &)=default
RotPhi(RotPhi &&)=default
Function object to check whether two Segments are sub/super sets or different.