Path: source typo fix

This commit is contained in:
luz.paz
2018-01-15 21:05:03 -05:00
parent 67f364c859
commit c53f8bbc15
3 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ class cStock
public:
cStock(float px, float py, float pz, float lx, float ly, float lz, float res);
~cStock();
void Tesselate(Mesh::MeshObject & meshOuter, Mesh::MeshObject & meshInner);
void Tessellate(Mesh::MeshObject & meshOuter, Mesh::MeshObject & meshInner);
void CreatePocket(float x, float y, float rad, float height);
void ApplyLinearTool(Point3D & p1, Point3D & p2, cSimTool &tool);
void ApplyCircularTool(Point3D & p1, Point3D & p2, Point3D & cent, cSimTool &tool, bool isCCW);