OIS  1.5
Object-oriented Input System
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 <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

◆ Vector3() [1/2]

OIS::Vector3::Vector3 ( )
inline

◆ Vector3() [2/2]

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

Member Function Documentation

◆ clear()

void OIS::Vector3::clear ( )
inline

Member Data Documentation

◆ x

float OIS::Vector3::x

X component of vector.

◆ y

float OIS::Vector3::y

Y component of vector.

◆ z

float OIS::Vector3::z

Z component of vector.


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