1 #ifndef GeometryVector_Point2DBase_h
2 #define GeometryVector_Point2DBase_h
8 template <
class T,
class FrameTag>
61 template <
typename T,
typename U,
class Frame>
70 template <
typename T,
typename U,
class Frame>
81 template <
typename T,
typename U,
class Frame>
88 #endif // GeometryVector_Point2DBase_h
PV2DBase< T, PointTag, FrameTag > BaseClass
MatrixMeschach operator+(const MatrixMeschach &mat1, const MatrixMeschach &mat2)
Basic2DVector< T > BasicVectorType
MatrixMeschach operator-(const MatrixMeschach &mat1, const MatrixMeschach &mat2)
Point2DBase(const T &x, const T &y)
construct from cartesian coordinates
const BasicVectorType & basicVector() const
Point2DBase(const Point2DBase< U, FrameTag > &p)
Point2DBase(const Polar &set)
construct from polar coordinates
Vector2DBase< T, FrameTag > VectorType
Point2DBase(const Basic2DVector< U > &v)
Point2DBase & operator+=(const Vector2DBase< U, FrameTag > &v)
Point2DBase & operator-=(const Vector2DBase< U, FrameTag > &v)