3.5.0
Loading...
Searching...
No Matches
tigl::MathFunc3d Class Referenceabstract

#include <tiglmathfunctions.h>

+ Inheritance diagram for tigl::MathFunc3d:

Public Member Functions

virtual double valueX (double t)=0
 
virtual double valueY (double t)=0
 
virtual double valueZ (double t)=0
 
virtual TIGL_EXPORT ~MathFunc3d ()
 

Detailed Description

3D Function interface accepting one parameter t and returning the function value

Constructor & Destructor Documentation

◆ ~MathFunc3d()

virtual TIGL_EXPORT tigl::MathFunc3d::~MathFunc3d ( )
inlinevirtual

Member Function Documentation

◆ valueX()

virtual double tigl::MathFunc3d::valueX ( double t)
pure virtual

◆ valueY()

virtual double tigl::MathFunc3d::valueY ( double t)
pure virtual

◆ valueZ()

virtual double tigl::MathFunc3d::valueZ ( double t)
pure virtual

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