Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LPolygonDto

Index

Constructors

constructor

  • new LPolygonDto(widthFirst?: number, lengthFirst?: number, widthSecond?: number, lengthSecond?: number, align?: directionEnum, rotation?: number, center?: Point3, direction?: Vector3): LPolygonDto
  • Parameters

    • Optional widthFirst: number
    • Optional lengthFirst: number
    • Optional widthSecond: number
    • Optional lengthSecond: number
    • Optional align: directionEnum
    • Optional rotation: number
    • Optional center: Point3
    • Optional direction: Vector3

    Returns LPolygonDto

Properties

align

Indicates if the L polygon should be aligned inside/outside or middle

default

outside

center

center: Point3

Center of the L polygon

default

[0, 0, 0]

direction

direction: Vector3

Direction of the L polygon

default

[0, 1, 0]

lengthFirst

lengthFirst: number

Length of the first side of L polygon

default

2

minimum

0

maximum

Infinity

step

0.1

lengthSecond

lengthSecond: number

Length of the second side of L polygon

default

2

minimum

0

maximum

Infinity

step

0.1

rotation

rotation: number

Rotation of the L polygon

default

0

minimum

0

maximum

Infinity

step

15

widthFirst

widthFirst: number

Width of the first side of L polygon

default

1

minimum

0

maximum

Infinity

step

0.1

widthSecond

widthSecond: number

Width of the second side of L polygon

default

0.5

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc