Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CurveDerivativesDto

Index

Constructors

Properties

Constructors

constructor

  • new CurveDerivativesDto(curve?: any, parameter?: number, numDerivatives?: number): CurveDerivativesDto
  • Parameters

    • Optional curve: any
    • Optional parameter: number
    • Optional numDerivatives: number

    Returns CurveDerivativesDto

Properties

curve

curve: any

Nurbs curve

numDerivatives

numDerivatives: number

Number of derivatives

parameter

parameter: number

Parameter on the curve

Generated using TypeDoc