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

    Class PointsOnWireAtEqualLengthDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • shape: T
      • Optionallength: number
      • OptionaltryNext: boolean
      • OptionalincludeFirst: boolean
      • OptionalincludeLast: boolean

      Returns PointsOnWireAtEqualLengthDto<T>

    Properties

    shape: T

    Shape representing a wire

    undefined
    
    length: number

    length at which to evaluate the point

    0.5
    

    -Infinity

    Infinity

    0.1

    tryNext: boolean

    Try next point if the point is not found

    false
    
    includeFirst: boolean

    Include first point

    false
    
    includeLast: boolean

    Include last point

    false