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

    Class DivideDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalnrOfDivisions: number
      • OptionalremoveStartPoint: boolean
      • OptionalremoveEndPoint: boolean

      Returns DivideDto<T>

    Properties

    shape?: T

    Shape representing a wire

    undefined
    
    nrOfDivisions?: number

    The number of divisions that will be performed on the curve

    10
    

    1

    Infinity

    1

    removeStartPoint?: boolean

    Indicates if algorithm should remove start point

    false
    
    removeEndPoint?: boolean

    Indicates if algorithm should remove end point

    false