vtkPlane - perform various plane computations
Super Class: vtkImplicitFunction
Description:
vtkPlane provides methods for various plane computations. These include projecting points onto a plane, evaluating the plane equation, and returning plane normal. vtkPlane is a concrete implementation of the abstract class vtkImplicitFunction.
Methods:
![]() | static vtkPlane *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void vtkPlane () |
![]() | float EvaluateFunction (float ) |
![]() | void EvaluateGradient (float ,float ) |
![]() | void SetNormal (float ,float ,float ) |
![]() | void SetNormal (float *) |
![]() | float *GetNormal () |
![]() | void SetOrigin (float ,float ,float ) |
![]() | void SetOrigin (float *) |
![]() | float *GetOrigin () |
![]() | static void ProjectPoint (float ,float ,float ,float ) |
![]() | static float Evaluate (float ,float ,float ) |
![]() | static float DistanceToPlane (float ,float ,float ) |
![]() | static int IntersectWithLine (float ,float ,float ,float ,float & ,float ) |
Detailed Method Descriptions:
![]() | void SetNormal (float ,float ,float ) |
![]() | void SetNormal (float *) |
![]() | float *GetNormal () |
![]() | void SetOrigin (float ,float ,float ) |
![]() | void SetOrigin (float *) |
![]() | float *GetOrigin () |
![]() | static float Evaluate (float ,float ,float ) |
![]() | static float DistanceToPlane (float ,float ,float ) |
![]() | static int IntersectWithLine (float ,float ,float ,float ,float & ,float ) |