vtkQuadric - evaluate implicit quadric function
Super Class: vtkImplicitFunction
Description:
vtkQuadric evaluates the quadric function F(x,y,z) = a0*x^2 + a1*y^2 + a2*z^2 + a3*x*y + a4*y*z + a5*x*z + a6*x + a7*y + a8*z + a9. vtkQuadric is a concrete implementation of vtkImplicitFunction.
Methods:
| void vtkQuadric () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| static vtkQuadric *New () | |
| float EvaluateFunction (float ) | |
| void EvaluateGradient (float ,float ) | |
| void SetCoefficients (float ) | |
| void SetCoefficients (float ,float ,float ,float ,float ,float ,float ,float ,float ,float ) | |
| float *GetCoefficients () |
Detailed Method Descriptions:
![]()