We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bca89 commit 8b2fcfdCopy full SHA for 8b2fcfd
modeling-cmds/src/shared.rs
@@ -344,9 +344,9 @@ pub enum PathSegment {
344
Ellipse {
345
/// The center point of the ellipse.
346
center: Point2d<LengthUnit>,
347
- /// Major radius of the ellipse (along the x axis).
348
- major_radius: LengthUnit,
349
- /// Minor radius of the ellipse (along the y axis).
+ /// Major axis of the ellipse.
+ major_axis: Point2d<LengthUnit>,
+ /// Minor radius of the ellipse.
350
minor_radius: LengthUnit,
351
/// Start of the path along the perimeter of the ellipse.
352
start_angle: Angle,
0 commit comments