| 261 | } |
| 262 | |
| 263 | void DrawCube(float width, float height, float length, ::Color color) const { |
| 264 | ::DrawCube(*this, width, height, length, color); |
| 265 | } |
| 266 | |
| 267 | void DrawCube(const ::Vector3& size, ::Color color) const { ::DrawCubeV(*this, size, color); } |
| 268 |