X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_fastangle.h;h=78ac67a2bc17a808c2ccfcbaf3375957142ee7a1;hb=01ac089e243c721d088a117cc7a8505cb5da80d8;hp=e447a71a1ff4899713a20b4839c207e8903c2076;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/ETL/trunk/ETL/_fastangle.h b/ETL/trunk/ETL/_fastangle.h index e447a71..78ac67a 100644 --- a/ETL/trunk/ETL/_fastangle.h +++ b/ETL/trunk/ETL/_fastangle.h @@ -1,7 +1,7 @@ /*! ======================================================================== ** Extended Template and Library ** Fast fastangle Abstraction Class Implementation -** $Id: _fastangle.h,v 1.1.1.1 2005/01/04 01:31:47 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -246,7 +246,7 @@ public: bool operator!()const { return v==unit(0); } /* - ** Converstion Classes + ** Conversion Classes */ class radians; @@ -254,7 +254,7 @@ public: class rotations; /* - ** Trigometric Classes + ** Trigonometric Classes */ class sin;