150 double angle(
const Ax2& Other)
const;
169 bool isCoplanar(
const Ax2& Other,
const double LinearTolerance,
const double AngularTolerance)
const;
176 bool isCoplanar(
const Geom::Ax1& A1,
const double LinearTolerance,
const double AngularTolerance)
const;
267 void mirror(
const Ax2& A2);
286 Ax2 mirrored(
const Ax2& A2)
const;
288 void rotate(
const Geom::Ax1& A1,
const double Ang);
293 Ax2 rotated(
const Geom::Ax1& A1,
const double Ang)
const;
295 void scale(
const Geom::Pnt& P,
const double S);
334 bool isEqual(
const Ax2& Other,
const double tolerance)
const;
Defines a non-persistent 3D Cartesian point.
Definition: Pnt.h:42
#define GEOM_EXPORT
Definition: geom_defines.h:8
Defines a non-persistent vector in 3D space.
Definition: Vec.h:45