42 other.
x += xtranslate;
43 other.
y += ytranslate;
44 other.
z += ztranslate;
83 return fabs (azi - other.
azi) <= FLT_EPSILON &&
84 fabs (ele - other.
ele) <= FLT_EPSILON &&
89 return fabs (azi - other.
azi) > FLT_EPSILON ||
90 fabs (ele - other.
ele) > FLT_EPSILON ||
PBD::PropertyDescriptor< timecnt_t > length
void cartesian_to_spherical(double x, double y, double z, double &azi, double &ele, double &len)
void spherical_to_cartesian(double azi, double ele, double len, double &x, double &y, double &z)
bool operator==(const ProcessorSelection &a, const ProcessorSelection &b)
void cartesian(CartesianVector &c) const
AngularVector(double a, double e, double l=1.0)
CartesianVector & translate(CartesianVector &other, double xtranslate, double ytranslate, double ztranslate=0.0)
CartesianVector & scale(CartesianVector &other, double xscale, double yscale, double zscale=1.0)
void angular(AngularVector &a) const
CartesianVector(double xp, double yp, double zp=0.0)