119 explicit Normal3D(
const float * a)
124 explicit Normal3D(
const double * a)
129 Normal3D(
const Normal3D<double> &) =
default;
133 Normal3D(Normal3D<double> &&) =
default;
145 ~Normal3D() =
default;
152 Normal3D(
const CLHEP::Hep3Vector & v)
160 operator CLHEP::Hep3Vector ()
const {
return CLHEP::Hep3Vector(
x(),
y(),
z()); }
164 Normal3D<double> &
operator=(
const Normal3D<double> &) =
default;
182 Normal3D<double> &
operator=(Normal3D<double> &&) =
default;
186 Normal3D<double> & transform(
const Transform3D & m);
BasicVector3D< T > & operator=(const BasicVector3D< T > &)=default
Normal3D< float > & transform(const Transform3D &m)
Normal3D(const Normal3D< float > &)=default
Normal3D< float > & operator=(const Normal3D< float > &)=default
Normal3D(const BasicVector3D< float > &v)
Normal3D< float > & operator=(Normal3D< float > &&)=default
Normal3D< float > & operator=(const BasicVector3D< float > &v)
Normal3D(Normal3D< float > &&)=default
Normal3D(float x1, float y1, float z1)
Normal3D< float > operator*(const Transform3D &m, const Normal3D< float > &v)