# 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::CVector3s Class Reference

#include <patch.h>

List of all members.

Public Methods

void pack (const CVector &v, const CVector &bias, float scale)
void unpack (CVector &v, const CVector &bias, float scale) const
void serial (NLMISC::IStream &f)

Public Attributes

sint16 x
sint16 y
sint16 z


Member Function Documentation

void NL3D::CVector3s::pack ( const CVector & v,
const CVector & bias,
float scale ) [inline]
 

Definition at line 75 of file patch.h.

void NL3D::CVector3s::serial ( NLMISC::IStream & f ) [inline]
 

Definition at line 94 of file patch.h.

void NL3D::CVector3s::unpack ( CVector & v,
const CVector & bias,
float scale ) const [inline]
 

Definition at line 88 of file patch.h.


Member Data Documentation

sint16 NL3D::CVector3s::x
 

Definition at line 72 of file patch.h.

sint16 NL3D::CVector3s::y
 

Definition at line 72 of file patch.h.

sint16 NL3D::CVector3s::z
 

Definition at line 72 of file patch.h.


The documentation for this class was generated from the following file: