Ellipse



Use Ellipse to create a simple closed ellipse shape with 4 control points, you can define the width and length of the shape.

Ellipse Param Description

Length

Length of the ellipse (Z Axis)

Width

Width of the ellipse (X Axis)

Warning

Changing any of the parameters above will reset the shape, so if you have created a shape and moved the handles or knots about or manually added or deleted knots those changes will be lost.

Ellipse Class

public class MegaShapeEllipse : MegaShape
{
    public float length;
    public float width;
}