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

    Class StarSolidDto

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • OptionalouterRadius: number
      • OptionalinnerRadius: number
      • OptionalnumRays: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3
      • OptionaloffsetOuterEdges: number
      • Optionalhalf: boolean
      • OptionalextrusionLengthFront: number
      • OptionalextrusionLengthBack: number

      Returns StarSolidDto

    Properties

    center: Point3

    Center of the circle

    [0,0,0]
    
    direction: Vector3

    Direction

    [0, 1, 0]
    
    numRays: number

    Direction of the vector

    7
    

    3

    Infinity

    1

    outerRadius: number

    Angle of the rays

    2
    

    0

    Infinity

    0.1

    innerRadius: number

    Angle of the rays

    1
    

    0

    Infinity

    0.1

    offsetOuterEdges?: number

    Offsets outer edge cornerners along the direction vector

    0
    

    -Infinity

    Infinity

    0.1

    half: boolean

    Construct half of the star

    false
    
    extrusionLengthFront: number

    Extrusion length in the forward direction

    1
    

    0

    Infinity

    0.1

    extrusionLengthBack: number

    Extrusion length in the backward direction

    0
    

    0

    Infinity

    0.1