Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Functions
a_curve_lin.cxx File Reference
#include "a_curve_lin.h"
#include <math.h>
+ Include dependency graph for a_curve_lin.cxx:

Go to the source code of this file.

Functions

std::istream & operator>> (std::istream &in, a_curve_lin &f)
 
a_curve_lin interpolate (const a_curve_lin &pat1, const a_curve_lin &pat2, double a)
 

Function Documentation

◆ interpolate()

a_curve_lin interpolate ( const a_curve_lin pat1,
const a_curve_lin pat2,
double  a 
)

Definition at line 314 of file a_curve_lin.cxx.

+ Here is the caller graph for this function:

◆ operator>>()

std::istream& operator>> ( std::istream &  in,
a_curve_lin f 
)

Definition at line 306 of file a_curve_lin.cxx.