Searched defs:rays (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dellipse.h54 * the SVG style representation: center, rays and angle between the +X ray
90 /// Set center, rays and angle.
96 /// Set center, rays and angle as constituent values.
110 /// Set both rays of the ellipse.
112 /// Set both rays of the ellipse as coordinates.
114 /// Set one of the rays of the ellipse.
121 /// Get both rays as a point.
122 Point rays() const { return _rays; } function in class:Geom::Ellipse
148 * and zero if the rays are equal (i.e. the ellipse is a circle). */
H A Delliptical-arc.h83 /// Create a new elliptical arc, giving the ellipse's rays as separate coordinates.
106 * @return The arc's center, situated on the intersection of the ellipse's rays */
109 /** @brief Get one of the ellipse's rays
114 /** @brief Get both rays as a point
116 Point rays() const { return _ellipse.rays(); } function in class:Geom::EllipticalArc
242 /** @brief Check whether both rays are nonzero.

Completed in 11 milliseconds