| SugPathSegArc ()
The class constructor
|
SugRealType | getAngle ()
Returns the angle/x-axis-rotation variable
|
bool | getLargeArcFlag ()
Returns the large-arc flag
|
SugRealType | getR1 ()
Returns the R1/rx variable
|
SugRealType | getR2 ()
Returns the R2/ry variable
|
bool | getSweepFlag ()
Returns the sweep flag
|
SugRealType | setAngle (SugRealType newAngle)
Sets the angle/x-axis-rotation variable
|
bool | setLargeArcFlag (bool newLargeArcFlag)
Sets the large-arc flag
|
SugRealType | setR1 (SugRealType newR1)
Sets the R1/rx variable
|
SugRealType | setR2 (SugRealType newR2)
Sets the R2/ry variable
|
bool | setSweepFlag (bool newSweepFlag)
Sets the sweep flag
|
| ~SugPathSegArc ()
The class destructor
|