TArc Klassenreferenz

TArc. Mehr ...

#include <TArc.h>

Aufstellung aller Elemente

Öffentliche Methoden

virtual ~TArc ()
 Destruktor.
float getSin (int w)
float getCos (int w)
float getTan (int w)
int norm (int w)

Öffentliche, statische Methoden

static TArcgetInstance ()
 Liefert die Singleton-Instanz.

Geschützte Methoden

 TArc ()
 Konstruktor.

Private Methoden

float grad2rad (float grad)

Private Attribute

int arc360
int arc180
float m_sin [361]
float m_cos [361]
float m_tan [361]

Statische private Attribute

static TArc_instance = 0


Ausführliche Beschreibung

TArc.

Beschreibung der Konstruktoren und Destruktoren

TArc::TArc (  )  [protected]

Konstruktor.

TArc::~TArc (  )  [virtual]

Destruktor.


Dokumentation der Elementfunktionen

TArc * TArc::getInstance (  )  [static]

Liefert die Singleton-Instanz.

Rückgabe:
Pointer auf die Instanz

float TArc::getSin ( int  w  ) 

float TArc::getCos ( int  w  ) 

float TArc::getTan ( int  w  ) 

int TArc::norm ( int  w  ) 

float TArc::grad2rad ( float  grad  )  [private]


Dokumentation der Datenelemente

TArc * TArc::_instance = 0 [static, private]

int TArc::arc360 [private]

int TArc::arc180 [private]

float TArc::m_sin[361] [private]

float TArc::m_cos[361] [private]

float TArc::m_tan[361] [private]


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:

Generated on Sun Nov 1 16:26:43 2009 for engine3d by doxygen 1.5.5