mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Added newQuad.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace box2d
|
||||
* @param y The offset along the y-axis.
|
||||
* @param w The width of the rectangle.
|
||||
* @param h The height of the rectangle.
|
||||
* @param angle The angle of the rectangle. (deg)
|
||||
* @param angle The angle of the rectangle. (rad)
|
||||
**/
|
||||
PolygonShape * newRectangleShape(Body * body, float x, float y, float w, float h, float angle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user