UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
pl_spline Class Reference
Inheritance diagram for pl_spline:
any_ex_spline

Public Member Functions

 pl_spline (double A, double B, double C, double D)
 
 pl_spline (const point &p1, const point &p2, const point &p3)
 
point cross (const point &p1, const point &p2) const
 
point2D local (const point &pMain, const point &p0, const point &p1, const point &p2) const
 
int sign (const point &p) const
 
void set_coef (double A, double B, double C, double D)
 
void get_coef (double &A, double &B, double &C, double &D)
 
double A () const
 
double B () const
 
double C () const
 
double D () const
 
double distance (const point3d &pWhere)
 

Protected Attributes

double a
 
double b
 
double c
 
double d
 

The documentation for this class was generated from the following file: