did I fix the meshing now?
[antikythera] / src / gear.h
index 45a3d13..e8796e9 100644 (file)
@@ -71,6 +71,9 @@ public:
        Gear();
        ~Gear();
 
+       void set_angular_offset(float offs);
+       float get_angular_offset() const;
+
        // sets the supplied number of teeth, and calculates the radius
        // of the gear, to achieve the required tooth pitch
        void set_teeth(int nt, float tooth_pitch);