MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / GetTrigTable

Function GetTrigTable

TSMath.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 };
125
126 inline const TrigPair *GetTrigTable(void)
127 {
128 return (reinterpret_cast<const TrigPair *>(Math::trigTable));
129 }
130}
131
132

Callers 4

SinMethod · 0.70
CosMethod · 0.70
TanMethod · 0.70
CosSinMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected