LinTriangleInterpolator is a class which interpolates linearly on a triangulation.
More...
#include <LinTriangleInterpolator.h>
Protected Member Functions |
virtual bool | calcFirstDerX (double x, double y, Vector3D *result) |
| Calculates the first derivative with respect to x for a linear surface and assigns it to vec.
|
virtual bool | calcFirstDerY (double x, double y, Vector3D *result) |
| Calculates the first derivative with respect to y for a linear surface and assigns it to vec.
|
Detailed Description
LinTriangleInterpolator is a class which interpolates linearly on a triangulation.
Definition at line 24 of file LinTriangleInterpolator.h.
Constructor & Destructor Documentation
LinTriangleInterpolator::LinTriangleInterpolator |
( |
| ) |
|
|
inline |
LinTriangleInterpolator::~LinTriangleInterpolator |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual bool LinTriangleInterpolator::calcFirstDerX |
( |
double |
x, |
|
|
double |
y, |
|
|
Vector3D * |
result |
|
) |
| |
|
protectedvirtual |
Calculates the first derivative with respect to x for a linear surface and assigns it to vec.
virtual bool LinTriangleInterpolator::calcFirstDerY |
( |
double |
x, |
|
|
double |
y, |
|
|
Vector3D * |
result |
|
) |
| |
|
protectedvirtual |
Calculates the first derivative with respect to y for a linear surface and assigns it to vec.
virtual bool LinTriangleInterpolator::calcNormVec |
( |
double |
x, |
|
|
double |
y, |
|
|
Vector3D * |
result |
|
) |
| |
|
virtual |
virtual bool LinTriangleInterpolator::calcPoint |
( |
double |
x, |
|
|
double |
y, |
|
|
Point3D * |
result |
|
) |
| |
|
virtual |
Performs a linear interpolation in a triangle and assigns the x-,y- and z-coordinates to point.
Implements TriangleInterpolator.
Member Data Documentation
The documentation for this class was generated from the following file: