![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Helper: pre-computed cos and sin values between 0 and Pi. More...
#include <qCanupoTools.h>
Public Member Functions | |
| CosSinTable () | |
Public Attributes | |
| float | cosines [Count] |
| float | sines [Count] |
Helper: pre-computed cos and sin values between 0 and Pi.
Definition at line 33 of file qCanupoTools.h.
|
inline |
Definition at line 37 of file qCanupoTools.h.
References CosSinTable< Count >::cosines, M_PI, and CosSinTable< Count >::sines.
| float CosSinTable< Count >::cosines[Count] |
Definition at line 34 of file qCanupoTools.h.
Referenced by CosSinTable< Count >::CosSinTable(), and qCanupoTools::TrainClassifier().
| float CosSinTable< Count >::sines[Count] |
Definition at line 35 of file qCanupoTools.h.
Referenced by CosSinTable< Count >::CosSinTable(), and qCanupoTools::TrainClassifier().