KiCad PCB EDA Suite
|
Generic cubic Bezier representation. More...
#include <bezier_curves.h>
Public Member Functions | |
BEZIER ()=default | |
BEZIER (VECTOR2< NumericType > aStart, VECTOR2< NumericType > aC1, VECTOR2< NumericType > aC2, VECTOR2< NumericType > aEnd) | |
Public Attributes | |
VECTOR2< NumericType > | Start |
VECTOR2< NumericType > | C1 |
VECTOR2< NumericType > | C2 |
VECTOR2< NumericType > | End |
Generic cubic Bezier representation.
Definition at line 77 of file bezier_curves.h.
|
inline |
Definition at line 91 of file bezier_curves.h.
Referenced by TransformEllipseToBeziers().
Definition at line 92 of file bezier_curves.h.
Referenced by TransformEllipseToBeziers().
Definition at line 93 of file bezier_curves.h.
Referenced by TransformEllipseToBeziers().
Definition at line 90 of file bezier_curves.h.
Referenced by TransformEllipseToBeziers().