From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/structNL3D_1_1CPSTurbulForceFunc.html | 260 +++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CPSTurbulForceFunc.html (limited to 'docs/doxygen/nel/structNL3D_1_1CPSTurbulForceFunc.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CPSTurbulForceFunc.html b/docs/doxygen/nel/structNL3D_1_1CPSTurbulForceFunc.html new file mode 100644 index 00000000..5cc4e8bc --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CPSTurbulForceFunc.html @@ -0,0 +1,260 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CPSTurbulForceFunc Struct Reference

a turbulence force functor. +More... +

+#include <ps_force.h> +

+List of all members. + + + + + + + +

Public Methods

void operator() (const NLMISC::CVector &pos, NLMISC::CVector &speed, float invMass, TAnimationTime ellapsedTime)
virtual void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Public Attributes

float _Scale
float _Intensity
uint32 _NumOctaves
+


Detailed Description

+a turbulence force functor. +

+ +

+Definition at line 636 of file ps_force.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void NL3D::CPSTurbulForceFunc::operator() const NLMISC::CVector  pos,
NLMISC::CVector  speed,
float   invMass,
TAnimationTime   ellapsedTime
[inline]
+
+ + + + + +
+   + + +

+ +

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

+References nlassert, and NL3D::TAnimationTime.

+

+ + + + +
+ + + + + + + + + + +
virtual void NL3D::CPSTurbulForceFunc::serial NLMISC::IStream  f throw (NLMISC::EStream) [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 659 of file ps_force.h. +

+References _NumOctaves, and _Scale.

+


Member Data Documentation

+

+ + + + +
+ + +
float NL3D::CPSTurbulForceFunc::_Intensity +
+
+ + + + + +
+   + + +

+ +

+Definition at line 666 of file ps_force.h.

+

+ + + + +
+ + +
uint32 NL3D::CPSTurbulForceFunc::_NumOctaves +
+
+ + + + + +
+   + + +

+ +

+Definition at line 667 of file ps_force.h. +

+Referenced by serial.

+

+ + + + +
+ + +
float NL3D::CPSTurbulForceFunc::_Scale +
+
+ + + + + +
+   + + +

+ +

+Definition at line 665 of file ps_force.h. +

+Referenced by serial.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1