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

    Class BoxFromCornerDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalwidth: number
      • Optionallength: number
      • Optionalheight: number
      • Optionalcorner: Point3

      Returns BoxFromCornerDto

    Properties

    width: number

    Width of the box

    1
    

    0

    Infinity

    0.1

    length: number

    Length of the box

    2
    

    0

    Infinity

    0.1

    height: number

    Height of the box

    3
    

    0

    Infinity

    0.1

    corner: Point3

    Corner of the box

    [0, 0, 0]