#include "Base/spStandard.hpp"
#include <cmath>
Go to the source code of this file.
Classes | |
class | sp::math::RadianDegreeAngle< T > |
class | sp::math::Degree< T > |
Degree class. An instance of this class will always store a value in the range [0.0 .. 360.0). More... | |
class | sp::math::Radian< T > |
Radian class. An instance of this class will always store a value in the range [0.0 .. 2*pi). More... | |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::math |
This namespace contains all mathematical basic functions such as sine, cosine, distance calculations etc. |