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

Class TrigPair

TSMath.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118namespace
119{
120 struct TrigPair
121 {
122 float x;
123 float y;
124 };
125
126 inline const TrigPair *GetTrigTable(void)
127 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected