sf-svg
Public Attributes | List of all members
nsvg::CubicPointSet Struct Reference

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.
 

Detailed Description

Point set of Bezier Cubic Curve.

Can store all four points of any Bezier Cubic Curve.


The documentation for this struct was generated from the following file: