kopia lustrzana https://github.com/jameshball/osci-render
9 wiersze
174 B
C
9 wiersze
174 B
C
![]() |
#pragma once
|
||
|
#include "../shape/Vector2.h"
|
||
|
|
||
|
struct {
|
||
|
Vector2 currPoint;
|
||
|
Vector2 initialPoint;
|
||
|
Vector2 prevCubicControlPoint;
|
||
|
Vector2 prevQuadraticControlPoint;
|
||
|
};
|