# 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: