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

    Class PointsOnWireAtPatternOfLengthsDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • shape: T
      • Optionallengths: number[]
      • OptionaltryNext: boolean
      • OptionalincludeFirst: boolean
      • OptionalincludeLast: boolean

      Returns PointsOnWireAtPatternOfLengthsDto<T>

    Properties

    shape: T

    Shape representing a wire

    undefined
    
    lengths: number[]

    length at which to evaluate the point

    undefined
    
    tryNext: boolean

    Try next point if the point is not found

    false
    
    includeFirst: boolean

    Include first point

    false
    
    includeLast: boolean

    Include last point

    false