| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected