| 255 | void DrawLine3D(const ::Vector3& endPos, ::Color color) const { ::DrawLine3D(*this, endPos, color); } |
| 256 | |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected