X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=antikythera;a=blobdiff_plain;f=src%2Fgear.h;fp=src%2Fgear.h;h=e8796e90c56de7cdb1125a9c9d7b2d03a895c3f2;hp=45a3d13f551f3b8cf0fb73feb3b8eef813e3249e;hb=80bcc959131067cc774b85cc1f63e81d8b5a012a;hpb=566e3392b43649dc7015ea7b0954a0efd6727c10 diff --git a/src/gear.h b/src/gear.h index 45a3d13..e8796e9 100644 --- a/src/gear.h +++ b/src/gear.h @@ -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);