# 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 105 of file patch.h.

References NLMISC::clamp, v, x, y, and z.

void NL3D::CVector3s::serial NLMISC::IStream   f [inline]
 

Definition at line 124 of file patch.h.

References NLMISC::IStream::serial, x, y, and z.

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

Definition at line 118 of file patch.h.

References v, x, y, and z.


Member Data Documentation

sint16 NL3D::CVector3s::x
 

Definition at line 102 of file patch.h.

Referenced by pack, serial, and unpack.

sint16 NL3D::CVector3s::y
 

Definition at line 102 of file patch.h.

Referenced by pack, serial, and unpack.

sint16 NL3D::CVector3s::z
 

Definition at line 102 of file patch.h.

Referenced by pack, serial, and unpack.


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