| 257 | void DrawPoint3D(::Color color) const { ::DrawPoint3D(*this, color); } |
| 258 | |
| 259 | void DrawCircle3D(float radius, const ::Vector3& rotationAxis, float rotationAngle, Color color) const { |
| 260 | ::DrawCircle3D(*this, radius, rotationAxis, rotationAngle, color); |
| 261 | } |
| 262 | |
| 263 | void DrawCube(float width, float height, float length, ::Color color) const { |
| 264 | ::DrawCube(*this, width, height, length, color); |
nothing calls this directly
no outgoing calls
no test coverage detected