mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 15:19:50 +00:00
simplify Quad::drawGrid
This commit is contained in:
parent
29fd4ec44e
commit
8e979e0e05
8 changed files with 109 additions and 148 deletions
|
@ -45,8 +45,6 @@ private:
|
|||
SplineGridCtrlPoint *createControlPoint(size_t x, size_t y);
|
||||
|
||||
std::vector<SplineGridCtrlPoint*> ctrlp;
|
||||
std::vector<Vector> gridpoints;
|
||||
size_t _xres, _yres;
|
||||
unsigned deg;
|
||||
BSpline2D bsp;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue