Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Line

路径类.

Hierarchy

  • Line

Implements

Index

Constructors

Properties

Constructors

constructor

  • 线路径类,由 2 个点的数组构造.

    Parameters

    Returns Line

  • 线路径类,由 2 个点构造.

    Parameters

    • origin: IPoint

      The origin point of the line.

    • end: IPoint

      The end point of the line.

    • Optional data: IProperties

      properities data

    Returns Line

Properties

data

end

end: IPoint

origin

origin: IPoint

type

type: string

Generated using TypeDoc