X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=SplitTris%2Fsplittris.hxx;h=12787872d92c3f4206eff6e2017cb5273f0e1c2b;hb=b0d67bf6b956dd8014344bc4b4934fa4f7861ef4;hp=9a4e058e8c2189b505de7d93c2586c33d2a4125a;hpb=24c9bdb71338f399c554953629dbbfab3af2bb1c;p=flightgear.git diff --git a/SplitTris/splittris.hxx b/SplitTris/splittris.hxx index 9a4e058e8..12787872d 100644 --- a/SplitTris/splittris.hxx +++ b/SplitTris/splittris.hxx @@ -39,7 +39,7 @@ using namespace std; #endif -#include +#include // A triangle (indices of the three nodes) @@ -48,7 +48,7 @@ typedef struct { } triangle; -typedef vector < fgPoint3d > container_3d; +typedef vector < Point3D > container_3d; typedef container_3d::iterator iterator_3d; typedef container_3d::const_iterator const_iterator_3d; @@ -65,6 +65,9 @@ void triload(const string& basename); // $Log$ +// Revision 1.4 1998/10/18 01:17:28 curt +// Point3D tweaks. +// // Revision 1.3 1998/09/22 23:49:58 curt // C++-ified, STL-ified, and string-ified. //