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/a03215.html | 204 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 docs/doxygen/nel/a03215.html (limited to 'docs/doxygen/nel/a03215.html') diff --git a/docs/doxygen/nel/a03215.html b/docs/doxygen/nel/a03215.html new file mode 100644 index 00000000..cb87c429 --- /dev/null +++ b/docs/doxygen/nel/a03215.html @@ -0,0 +1,204 @@ + + +NeL: NL3D::CPSLocated::CParametricInfo struct Reference + + + +
+

NL3D::CPSLocated::CParametricInfo Struct Reference

#include <ps_located.h> +

+


Detailed Description

+WARNING : private use by forces only. This struct is used for parametric trajectory. These kind of trajectory can only be computed in a few case, but are useful in some cases. +

+ +

+Definition at line 632 of file ps_located.h. + + + + + + + + + + + + + +

Public Member Functions

 CParametricInfo (NLMISC::CVector pos, NLMISC::CVector speed, float date)
 CParametricInfo ()

Data Fields

TAnimationTime Date
NLMISC::CVector Pos
NLMISC::CVector Speed
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CPSLocated::CParametricInfo::CParametricInfo  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 634 of file ps_located.h. +

+

00634 {}
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NL3D::CPSLocated::CParametricInfo::CParametricInfo NLMISC::CVector  pos,
NLMISC::CVector  speed,
float  date
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 635 of file ps_located.h. +

+References Speed. +

+

00636                         : Pos(pos), Speed(speed), Date(date)
+00637                 {
+00638                 }
+
+


Field Documentation

+

+ + + + +
+ + +
TAnimationTime NL3D::CPSLocated::CParametricInfo::Date +
+
+ + + + + +
+   + + +

+ +

+Definition at line 641 of file ps_located.h. +

+Referenced by NL3D::CPSLocated::integrateSingle(), NL3D::CPSBrownianForce::integrateSingle(), and NL3D::CPSGravity::integrateSingle().

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CPSLocated::CParametricInfo::Pos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 639 of file ps_located.h. +

+Referenced by NL3D::CPSLocated::integrateSingle(), NL3D::CPSBrownianForce::integrateSingle(), and NL3D::CPSGravity::integrateSingle().

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CPSLocated::CParametricInfo::Speed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 640 of file ps_located.h. +

+Referenced by CParametricInfo(), NL3D::CPSLocated::integrateSingle(), NL3D::CPSBrownianForce::integrateSingle(), and NL3D::CPSGravity::integrateSingle().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:17:09 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1