| 838 | } |
| 839 | |
| 840 | bool IsLeftFacing(EYAW eyaw) // true if eyaw is for a left facing face |
| 841 | { |
| 842 | return int(eyaw) < int(EYAW00); |
| 843 | } |
| 844 | |
| 845 | int EyawAsModIndex( // note: returns a negative index for left facing yaws |
| 846 | EYAW eyaw, // in |
no outgoing calls
no test coverage detected