mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
BeefySysLib point/rect updates, async pipe fixes
This commit is contained in:
parent
81a9478e77
commit
fe1aa3c26e
32 changed files with 282 additions and 120 deletions
|
@ -8,7 +8,7 @@ NS_BF_BEGIN;
|
|||
class BSpline2D
|
||||
{
|
||||
public:
|
||||
Array<Point2D> mInputPoints;
|
||||
Array<PointF> mInputPoints;
|
||||
int* mUVals;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue