| 253 | #endif |
| 254 | |
| 255 | void DrawLine3D(const ::Vector3& endPos, ::Color color) const { ::DrawLine3D(*this, endPos, color); } |
| 256 | |
| 257 | void DrawPoint3D(::Color color) const { ::DrawPoint3D(*this, color); } |
| 258 |
nothing calls this directly
no outgoing calls
no test coverage detected