Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LineWithExtensionsDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional start: Point3
    • Optional end: Point3
    • Optional extensionStart: number
    • Optional extensionEnd: number

    Returns LineWithExtensionsDto

Properties

end

end: Point3

End of the line

default

[0, 1, 0]

extensionEnd

extensionEnd: number

Extension of the line on the end

default

0.1

minimum

-Infinity

maximum

Infinity

step

0.1

extensionStart

extensionStart: number

Extension of the line on the start

default

0.1

minimum

-Infinity

maximum

Infinity

step

0.1

start

start: Point3

Start of the line

default

[0, 0, 0]

Generated using TypeDoc