44 Taper(
double x1,
double x2,
double x3,
double x4);
double m_dX1
A double value representing the start point of the averaging function and cosine ramp up...
Definition: taper.h:79
Taper()
Taper constructor.
Definition: taper.cpp:10
~Taper()
Taper destructor.
Definition: taper.cpp:37
double m_dX3
A double value representing the start of the cosine ramp down.
Definition: taper.h:89
The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3...
double calculateValue(double x)
Calculate the value of the function Calculate the value of the function for a given value...
Definition: taper.cpp:41
glassutil taper class
Definition: taper.h:20
double m_dX2
A double value representing the end of the cosine ramp up.
Definition: taper.h:84
double m_dX4
A double value representing the end point of the averaging function and cosine ramp down...
Definition: taper.h:95