Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • KnotsControlPointsWeightsDto

Index

Constructors

constructor

  • new KnotsControlPointsWeightsDto(degreeU?: number, degreeV?: number, knotsU?: number[], knotsV?: number[], points?: Point3[], weights?: number[]): KnotsControlPointsWeightsDto
  • Parameters

    • Optional degreeU: number
    • Optional degreeV: number
    • Optional knotsU: number[]
    • Optional knotsV: number[]
    • Optional points: Point3[]
    • Optional weights: number[]

    Returns KnotsControlPointsWeightsDto

Properties

degreeU

degreeU: number

U direction degree

degreeV

degreeV: number

V direction degree

knotsU

knotsU: number[]

U direction knots

knotsV

knotsV: number[]

V direction knots

points

points: Point3[]

Points

weights

weights: number[]

Weights

Generated using TypeDoc