14 #ifndef vtkHomogeneousTransform_h
15 #define vtkHomogeneousTransform_h
18 #include "vtkCommonTransformsModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
87 const float in[3],
float out[3],
float derivative[3][3])
override;
89 const double in[3],
double out[3],
double derivative[3][3])
override;
105 VTK_ABI_NAMESPACE_END
represent and manipulate 4x4 transformation matrices
a simple class to control print indentation
abstract superclass for arrays of numeric data
represent and manipulate 3D points