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

    Class ParallelogramDto

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalcenter: Point3
      • Optionaldirection: Vector3
      • OptionalaroundCenter: boolean
      • Optionalwidth: number
      • Optionalheight: number
      • Optionalangle: number

      Returns ParallelogramDto

    Properties

    center: Point3

    Center of the circle

    [0, 0, 0]
    
    direction: Vector3

    Direction

    [0, 1, 0]
    
    aroundCenter: boolean

    Indicates whether to draw the parallelogram around the center point or start from corner.

    true
    
    width: number

    Width of bounding rectangle

    2
    

    0

    Infinity

    0.1

    height: number

    Height of bounding rectangle

    1
    

    0

    Infinity

    0.1

    angle: number

    Sharp angle of the parallelogram

    15
    

    -Infinity

    Infinity

    1