OIS 1.6
Object-oriented Input System
Loading...
Searching...
No Matches
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.
float y
 Y component of vector.
float z
 Z component of vector.
Public Attributes inherited from OIS::Component
ComponentType cType
 Indicates what type of coponent this is.

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: