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

    Class DivideShapesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • shapes: T[]
      • OptionalnrOfDivisions: number
      • OptionalremoveStartPoint: boolean
      • OptionalremoveEndPoint: boolean

      Returns DivideShapesDto<T>

    Properties

    shapes: T[]

    Shapes

    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