20 module
com { module sun { module star { module geometry {
double RadiusX
Main radius in x direction of the ellipse this arc is part of.
Definition: EllipticalArc.idl:47
double XAxisRotation
Rotation angle of the x axis of the ellipse relative to the x axis of the reference coordinate system...
Definition: EllipticalArc.idl:57
This structure specifies an arbitrary elliptical arc.
Definition: EllipticalArc.idl:36
boolean IsLargeArc
If TRUE, and there's a choice, take the longer one of two arcs connecting start and end point...
Definition: EllipticalArc.idl:63
Definition: Ambiguous.idl:20
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:29
boolean IsClockwiseSweep
If TRUE, and there's a choice, take the arc that goes clock-wise from start to end point...
Definition: EllipticalArc.idl:69
double RadiusY
Main radius in y direction of the ellipse this arc is part of.
Definition: EllipticalArc.idl:51
RealPoint2D EndPosition
End point of the arc.
Definition: EllipticalArc.idl:43
RealPoint2D StartPosition
Start point of the arc.
Definition: EllipticalArc.idl:39