Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
OIS::Vector3 Class Reference

A 3D Vector component (perhaps an orientation, as in the WiiMote) More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/ois/OISPrereqs.h>

Inheritance diagram for OIS::Vector3:
OIS::Component

Public Member Functions

 Vector3 ()
 
 Vector3 (float _x, float _y, float _z)
 
void clear ()
 
- Public Member Functions inherited from OIS::Component
 Component ()
 
 Component (ComponentType type)
 

Public Attributes

float x
 X component of vector. More...
 
float y
 Y component of vector. More...
 
float z
 Z component of vector. More...
 
- Public Attributes inherited from OIS::Component
ComponentType cType
 Indicates what type of coponent this is. More...
 

Detailed Description

A 3D Vector component (perhaps an orientation, as in the WiiMote)

Constructor & Destructor Documentation

OIS::Vector3::Vector3 ( )
inline
OIS::Vector3::Vector3 ( float  _x,
float  _y,
float  _z 
)
inline

Member Function Documentation

void OIS::Vector3::clear ( )
inline

Member Data Documentation

float OIS::Vector3::x

X component of vector.

float OIS::Vector3::y

Y component of vector.

float OIS::Vector3::z

Z component of vector.


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