| 267 | void DrawCube(const ::Vector3& size, ::Color color) const { ::DrawCubeV(*this, size, color); } |
| 268 | |
| 269 | void DrawCubeWires(float width, float height, float length, ::Color color) const { |
| 270 | ::DrawCubeWires(*this, width, height, length, color); |
| 271 | } |
| 272 | |
| 273 | void DrawCubeWires(const ::Vector3& size, ::Color color) const { ::DrawCubeWiresV(*this, size, color); } |
| 274 |