| 189 | } |
| 190 | |
| 191 | inline void pglPoint2f(pgl_point2f &vec, const float x, const float y) |
| 192 | { |
| 193 | pglVec2f(vec, x, y); |
| 194 | } |
| 195 | |
| 196 | inline void pglBox3f(pgl_box3f &box, const float lx, const float ly, const float lz, const float ux, const float uy, const float uz) |
| 197 | { |
nothing calls this directly
no test coverage detected