Merge branch 'master' into 12.0-development

This commit is contained in:
Alex Szpakowski
2021-01-06 21:49:34 -04:00
5 changed files with 81 additions and 9 deletions
+6
View File
@@ -327,6 +327,12 @@ public:
**/
void getLocalVector(float x, float y, float &x_o, float &y_o);
/**
* Transforms a series of points (x, y) from world coordinates
* to local coordinates.
**/
int getLocalPoints(lua_State *L);
/**
* Gets the velocity on the Body for the given world point.
* @param x The x-coordinate of the world point.