made generic functions static
This commit is contained in:
parent
fc917d5080
commit
5fa10cda23
|
@ -23,6 +23,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
History
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.7 2008/03/14 16:54:34 benedetti
|
||||||
|
Added doxygen documentation
|
||||||
|
|
||||||
Revision 1.6 2008/03/02 16:44:18 benedetti
|
Revision 1.6 2008/03/02 16:44:18 benedetti
|
||||||
moved ActiveCoordinateFrame to its own files
|
moved ActiveCoordinateFrame to its own files
|
||||||
|
|
||||||
|
@ -110,11 +113,10 @@ public:
|
||||||
/// The flag that enables ticks values rendering.
|
/// The flag that enables ticks values rendering.
|
||||||
bool drawvalues;
|
bool drawvalues;
|
||||||
|
|
||||||
protected:
|
// useful functions:
|
||||||
// functions:
|
static void drawTickedLine(const Point3d &, const Point3d &, float, float,float);
|
||||||
void drawTickedLine(const Point3d &, const Point3d &, float, float,float);
|
static float calcSlope(const Point3d &, const Point3d &, float, int , double *, double *, GLint *);
|
||||||
float calcSlope(const Point3d &, const Point3d &, float, int , double *, double *, GLint *);
|
static float niceRound(float);
|
||||||
float niceRound(float);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in New Issue