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/structNL3D_1_1CPlaneBasis.html | 318 ++++++++++++++++++++++++ 1 file changed, 318 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CPlaneBasis.html (limited to 'docs/doxygen/nel/structNL3D_1_1CPlaneBasis.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CPlaneBasis.html b/docs/doxygen/nel/structNL3D_1_1CPlaneBasis.html new file mode 100644 index 00000000..f67e4b4c --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CPlaneBasis.html @@ -0,0 +1,318 @@ + + + + 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::CPlaneBasis Struct Reference

A basis for plane object, used by particle by face and shockwaves It's a like a 2x3 matrix, (with only the X and Y vector defined). +More... +

+#include <ps_plane_basis.h> +

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

Public Methods

 CPlaneBasis ()
 CPlaneBasis (const NLMISC::CVector &normal)
 CPlaneBasis (const NLMISC::CVector &x, const NLMISC::CVector &y)
NLMISC::CVector getNormal (void) const
 compute the normal of the plane basis. More...

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Public Attributes

NLMISC::CVector X
NLMISC::CVector Y
+


Detailed Description

+A basis for plane object, used by particle by face and shockwaves It's a like a 2x3 matrix, (with only the X and Y vector defined). +

+ +

+Definition at line 45 of file ps_plane_basis.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CPlaneBasis::CPlaneBasis   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file ps_plane_basis.h.

+

+ + + + +
+ + + + + + + + + + +
NL3D::CPlaneBasis::CPlaneBasis const NLMISC::CVector  normal [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file ps_plane_basis.h. +

+References NLMISC::CMatrix::getI, and NLMISC::CMatrix::getJ.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NL3D::CPlaneBasis::CPlaneBasis const NLMISC::CVector  x,
const NLMISC::CVector  y
[inline]
+
+ + + + + +
+   + + +

+ +

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

+References x, and y.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
NLMISC::CVector NL3D::CPlaneBasis::getNormal void   const [inline]
+
+ + + + + +
+   + + +

+compute the normal of the plane basis. +

+ +

+Definition at line 70 of file ps_plane_basis.h.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CPlaneBasis::serial NLMISC::IStream  f throw (NLMISC::EStream) [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file ps_plane_basis.h.

+


Member Data Documentation

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CPlaneBasis::X +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file ps_plane_basis.h.

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CPlaneBasis::Y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file ps_plane_basis.h.

+


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