A 3d point class (depricated). More...
#include <simgear/compiler.h>
#include <ostream>
#include <istream>
#include <cassert>
#include <cmath>
#include "SGMath.hxx"
Go to the source code of this file.
Classes | |
class | Point3D |
3D Point class. More... |
A 3d point class (depricated).
This class is depricated and we are in the process of removing all usage of it in favor of plib's "sg" library of point, vector, and math routines. Plib's sg lib is less object oriented, but integrates more seamlessly with opengl.
Adapted from algebra3 by Jean-Francois Doue, started October 1998.
Definition in file point3d.hxx.