Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InterpolationDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional points: Point3[]
    • Optional periodic: boolean
    • Optional tolerance: number

    Returns InterpolationDto

Properties

periodic

periodic: boolean

Indicates wether BSpline will be periodic

default

false

points

points: Point3[]

Points through which the BSpline will be created

default

undefined

tolerance

tolerance: number

tolerance

default

1e-7

minimum

0

maximum

Infinity

step

0.00001

Generated using TypeDoc