Added getMass to part

This commit is contained in:
DirtPiper
2019-10-26 15:54:48 -04:00
parent 3417a34f37
commit 4a82c67fdc
3 changed files with 14 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ public:
void debugPrintVertexIDs(RenderDevice* rd, GFontRef font, Matrix3 camRot);
void makeFace(int vertex1, int vertex2, int vertex3);
bool isUniqueVertex(Vector3 pos);
float getMass();
private:
Vector3 position;
Vector3 size;