Public Member Functions | Public Attributes

Orientation< Real > Class Template Reference

#include <OpenAL_types.h>

List of all members.

Public Member Functions

 Orientation ()
 Orientation (float3 dir, float3 up)
 Orientation ()
 Orientation (Real x, Real y, Real z, Real upx, Real upy, Real upz)

Public Attributes

float3 dir
float3 up
v3< Real > dir
v3< Real > up

Detailed Description

template<typename Real = RV_PRECISSION_TYPENAME>
class Orientation< Real >

The Orientation class ---------------------------------------- The Orientation class defines the orientation of a point in the 3D space. It does not define where the point is located but in which direction it points.

Definition at line 146 of file OpenAL_types.h.


Constructor & Destructor Documentation

template<typename Real = RV_PRECISSION_TYPENAME>
Orientation< Real >::Orientation (  )  [inline]

Definition at line 147 of file OpenAL_types.h.

template<typename Real = RV_PRECISSION_TYPENAME>
Orientation< Real >::Orientation ( float3  dir,
float3  up 
) [inline]

Definition at line 148 of file OpenAL_types.h.

template<typename Real = RV_PRECISSION_TYPENAME>
Orientation< Real >::Orientation (  )  [inline]

Definition at line 89 of file v3.h.

template<typename Real = RV_PRECISSION_TYPENAME>
Orientation< Real >::Orientation ( Real  x,
Real  y,
Real  z,
Real  upx,
Real  upy,
Real  upz 
) [inline]

Definition at line 90 of file v3.h.


Member Data Documentation

template<typename Real = RV_PRECISSION_TYPENAME>
float3 Orientation< Real >::dir

Definition at line 149 of file OpenAL_types.h.

template<typename Real = RV_PRECISSION_TYPENAME>
v3<Real> Orientation< Real >::dir

Definition at line 92 of file v3.h.

template<typename Real = RV_PRECISSION_TYPENAME>
v3<Real> Orientation< Real >::up

Definition at line 93 of file v3.h.

template<typename Real = RV_PRECISSION_TYPENAME>
float3 Orientation< Real >::up

Definition at line 150 of file OpenAL_types.h.


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