void InterpolateEqd(TVec *X, TVec *Y, TVec *intX, TVec *IntY, TInterpolationType IntType = TInterpolationType::IntCubic);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | |
| 2 | Y | TVec * | |
| 3 | intX | TVec * | |
| 4 | IntY | TVec * | |
| 5 | IntType = TInterpolationType::IntCubic | TInterpolationType |
Declared in Dew::Math::Units::Polynoms · Dew.Math/Units.Polynoms.h · Cross-compiler