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

    Class InterpolationDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalpoints: Point3[]
      • Optionalperiodic: boolean
      • Optionaltolerance: number

      Returns InterpolationDto

    Properties

    points: Point3[]

    Points through which the BSpline will be created

    undefined
    
    periodic: boolean

    Indicates wether BSpline will be periodic

    false
    
    tolerance: number

    tolerance

    1e-7
    

    0

    Infinity

    0.00001