In file ./include/vob/Vec23.hxx:

template<class X>inline X Vec23::lerp

(X a, X b,
  double fract)

Linear interpolation.

Documentation

Linear interpolation. Returns a + fract*(b-a)

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.