Interface WeightsAndControlPoints

interface WeightsAndControlPoints {
    controlPoints?: NumberArray;
    weights?: NumberArray;
}

Hierarchy (View Summary)

Properties

controlPoints?: NumberArray

Control points to determine which weights to update.

weights?: NumberArray

Array of weights

[1,1,...,1]