Table of Contents Chapter Index Previous Slide Next Slide 278
Understanding Coordinate Interpolators

Interpolating Other Data Types

Understanding Coordinate Interpolators
  • CoordinateInterpolator nodes describe:
  • keys - key fractions
  • values - key coordinate lists (X,Y,Z lists)

    CoordinateInterpolator {
        key [ 0.0, . . . ]
        keyValue [ 0.0 1.0 0.0, . . . ]
    }