Nugget
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
trigonometry.hh File Reference
#include <EASTL/array.h>
#include <stdint.h>
#include "psyqo/fixed-point.hh"
Include dependency graph for trigonometry.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  psyqo::Trig< precisionBits >
 A trigonometry table. More...
 

Namespaces

namespace  psyqo
 
namespace  psyqo::TrigInternals
 
namespace  psyqo::trig_literals
 

Typedefs

typedef FixedPoint< 10 > psyqo::Angle
 A fixed point angle.
 

Functions

void psyqo::TrigInternals::generateTable (eastl::array< int32_t, 512 > &table, unsigned precisionBits)
 
consteval Angle psyqo::trig_literals::operator""_pi (long double angle)
 A user-defined literal for angle values.