20module
com { module sun { module star { module geometry {
Definition Ambiguous.idl:20
This structure contains the relevant data for a cubic Bezier curve.
Definition RealBezierSegment2D.idl:37
double Px
The x coordinate of the start point.
Definition RealBezierSegment2D.idl:39
double C2y
The y coordinate of the second control point.
Definition RealBezierSegment2D.idl:51
double C2x
The x coordinate of the second control point.
Definition RealBezierSegment2D.idl:49
double Py
The y coordinate of the start point.
Definition RealBezierSegment2D.idl:41
double C1x
The x coordinate of the first control point.
Definition RealBezierSegment2D.idl:44
double C1y
The y coordinate of the first control point.
Definition RealBezierSegment2D.idl:46