#include <TArc.h>
Ö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 TArc * | getInstance () |
| 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 |
| TArc::TArc | ( | ) | [protected] |
Konstruktor.
| TArc::~TArc | ( | ) | [virtual] |
Destruktor.
| TArc * TArc::getInstance | ( | ) | [static] |
Liefert die Singleton-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] |
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] |
1.5.5