1 #ifndef GeometryVector_Point3DBase_h 2 #define GeometryVector_Point3DBase_h 10 template <
class T,
class FrameTag>
38 explicit Point3DBase(
const Cylindrical&
set) : BaseClass( set) {}
54 BaseClass( p.
x(), p.
y(), 0) {}
89 template<
typename T,
typename U,
class Frame>
98 template<
typename T,
typename U,
class Frame>
109 template<
typename T,
typename U,
class Frame>
120 template<
typename T,
typename U,
class Frame>
126 #endif // GeometryVector_Point3DBase_h
Point3DBase & operator+=(const Vector3DBase< U, FrameTag > &v)
PV3DBase< T, PointTag, FrameTag > BaseClass
BaseClass::BasicVectorType BasicVectorType
Point3DBase & operator-=(const Vector3DBase< U, FrameTag > &v)
Point3DBase(const Polar &set)
construct from polar coordinates
Point3DBase(const T &x, const T &y, const T &z)
construct from cartesian coordinates
Vector3DBase< typename PreciseFloatType< T, U >::Type, Frame > operator-(const Point3DBase< T, Frame > &p1, const Point3DBase< U, Frame > &p2)
Vector3DBase< T, FrameTag > VectorType
bool operator==(const Point3DBase &rh) const
BaseClass::Cylindrical Cylindrical
Point3DBase(const T &x, const T &y)
Point3DBase(const Geom::Theta< T > &th, const Geom::Phi< T > &ph, const T &r)
BaseClass::Spherical Spherical
Point3DBase(const Basic3DVector< U > &v)
Point3DBase(Point2DBase< T, FrameTag > p)
Point3DBase< typename PreciseFloatType< T, U >::Type, Frame > operator+(const Point3DBase< T, Frame > &p, const Vector3DBase< U, Frame > &v)
BasicVectorType theVector
Point3DBase(const Cylindrical &set)
Point3DBase(const Point3DBase< U, FrameTag > &p)
const BasicVectorType & basicVector() const