2D线段 (可用于对象池)

构造函数

属性

方法

构造函数

属性

useNormal: boolean = false

方法

  • 参数

    • ax: number

      Point A x coordinate

    • ay: number

      Point A y coordinate

    • bx: number

      Point B x coordinate

    • by: number

      Point B y coordinate

    • useNormal: boolean = false

      Is create and use normal

    返回 LightLine2D

    Create 2D line

    创建2D线段