bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class LPolygonDto

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • OptionalwidthFirst: number
      • OptionallengthFirst: number
      • OptionalwidthSecond: number
      • OptionallengthSecond: number
      • Optionalalign: directionEnum
      • Optionalrotation: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3

      Returns LPolygonDto

    Properties

    widthFirst: number

    Width of the first side of L polygon

    1
    

    0

    Infinity

    0.1

    lengthFirst: number

    Length of the first side of L polygon

    2
    

    0

    Infinity

    0.1

    widthSecond: number

    Width of the second side of L polygon

    0.5
    

    0

    Infinity

    0.1

    lengthSecond: number

    Length of the second side of L polygon

    2
    

    0

    Infinity

    0.1

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

    outside
    
    rotation: number

    Rotation of the L polygon

    0
    

    0

    Infinity

    15

    center: Point3

    Center of the L polygon

    [0, 0, 0]
    
    direction: Vector3

    Direction of the L polygon

    [0, 1, 0]