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

Function GetTrigTable

TSVector2D.h:677–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675 namespace Math
676 {
677 inline const Vector2D *GetTrigTable(void)
678 {
679 return (reinterpret_cast<const Vector2D *>(Math::trigTable));
680 }
681 }
682
683 inline Vector2D CosSin(float x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected