|
sf-svg
|
Point set of Bezier Cubic Curve. More...
#include <Path.hpp>
Public Attributes | |
| sf::Vector2f | begin |
| Beginning of the curve. | |
| sf::Vector2f | end |
| End of the curve. | |
| sf::Vector2f | control1 |
| First handle of the curve. | |
| sf::Vector2f | control2 |
| Second handle of the curve. | |
Point set of Bezier Cubic Curve.
Can store all four points of any Bezier Cubic Curve.
1.8.13