From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02941.html | 161 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 docs/doxygen/nel/a02941.html (limited to 'docs/doxygen/nel/a02941.html') diff --git a/docs/doxygen/nel/a02941.html b/docs/doxygen/nel/a02941.html new file mode 100644 index 00000000..563bb21c --- /dev/null +++ b/docs/doxygen/nel/a02941.html @@ -0,0 +1,161 @@ + + +NeL: NLMISC::CMouseSmoother::CSample class Reference + + + +
+

NLMISC::CMouseSmoother::CSample Class Reference

+ + + + + + + + + + + +

Public Member Functions

 CSample (double date, const NLMISC::CVector2f &pos)
 CSample ()

Data Fields

double Date
CVector2f Pos
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::CMouseSmoother::CSample::CSample  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file mouse_smoother.h. +

+

00068 {}
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CMouseSmoother::CSample::CSample double  date,
const NLMISC::CVector2f pos
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file mouse_smoother.h. +

+

00070                                                                  : Date(date), Pos(pos)
+00071                 {
+00072                 }
+
+


Field Documentation

+

+ + + + +
+ + +
double NLMISC::CMouseSmoother::CSample::Date +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file mouse_smoother.h. +

+Referenced by NLMISC::CMouseSmoother::samplePos().

+

+ + + + +
+ + +
CVector2f NLMISC::CMouseSmoother::CSample::Pos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file mouse_smoother.h. +

+Referenced by NLMISC::CMouseSmoother::samplePos().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 13:23:15 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1