# 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  

NLMISC::CAngleAxis Struct Reference

An AngleAxis. More...

#include <quat.h>

List of all members.

Public Methods

 CAngleAxis ()
 angle in radians. More...

 CAngleAxis (CVector axis, float ang)
void serial (IStream &f)
 serial. More...


Public Attributes

CVector Axis
float Angle
 an axis. More...


Detailed Description

An AngleAxis.

Author:
Antoine Viau. , Nevrax France
Date:
2000

Definition at line 50 of file quat.h.


Constructor & Destructor Documentation

NLMISC::CAngleAxis::CAngleAxis   [inline]
 

angle in radians.

Definition at line 55 of file quat.h.

NLMISC::CAngleAxis::CAngleAxis CVector    axis,
float    ang
[inline]
 

Definition at line 56 of file quat.h.

References Angle, and Axis.


Member Function Documentation

void NLMISC::CAngleAxis::serial IStream   f [inline]
 

serial.

Definition at line 59 of file quat.h.

References Angle, and Axis.


Member Data Documentation

float NLMISC::CAngleAxis::Angle
 

an axis.

Definition at line 53 of file quat.h.

Referenced by CAngleAxis, and serial.

CVector NLMISC::CAngleAxis::Axis
 

Definition at line 52 of file quat.h.

Referenced by CAngleAxis, and serial.


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