Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Ellipse

Hierarchy

  • Ellipse

Implements

Index

Constructors

Properties

Constructors

constructor

  • new Ellipse(radiusX: number, radiusY: number, accuracy?: number, data?: IProperties): Ellipse
  • new Ellipse(origin: IPoint, radiusX: number, radiusY: number, accuracy?: number, data?: IProperties): Ellipse
  • new Ellipse(cx: number, cy: number, rx: number, ry: number, accuracy?: number, data?: IProperties): Ellipse
  • 用 2 个半径创建的椭圆类.

    Parameters

    • radiusX: number

      The x radius of the ellipse.

    • radiusY: number

      The y radius of the ellipse.

    • Optional accuracy: number

      基础贝塞尔曲线的可选精度。

    • Optional data: IProperties

      属性数据

    Returns Ellipse

  • 通过原点和 2 个半径处创建的椭圆类.

    Parameters

    • origin: IPoint

      The center of the ellipse.

    • radiusX: number

      The x radius of the ellipse.

    • radiusY: number

      The y radius of the ellipse.

    • Optional accuracy: number

      基础贝塞尔曲线的可选精度。

    • Optional data: IProperties

      属性数据

    Returns Ellipse

  • 在特定 x、y 和 2 半径处创建的椭圆类.

    Parameters

    • cx: number

      The x coordinate of the center of the ellipse.

    • cy: number

      The y coordinate of the center of the ellipse.

    • rx: number
    • ry: number
    • Optional accuracy: number

      基础贝塞尔曲线的可选精度。

    • Optional data: IProperties

      属性数据

    Returns Ellipse

Properties

data

models

models: IModelMap

origin

origin: IPoint

Generated using TypeDoc