mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
6 lines
165 B
C
6 lines
165 B
C
#ifndef _src_support_geom_h_
|
|
#define _src_support_geom_h_
|
|
|
|
double LinearInterpolation(double x, Point_<double> p1, Point_<double> p2, bool yx=false);
|
|
|
|
#endif
|