Go to the documentation of this file.
36 #ifndef vtkTransform2D_h
37 #define vtkTransform2D_h
82 this->SetMatrix(
matrix->GetData()); }
99 this->GetPosition(temp);
100 pos[0] =
static_cast<float>(temp[0]);
101 pos[1] =
static_cast<float>(temp[1]); }
111 this->GetScale(temp);
112 pos[0] =
static_cast<float>(temp[0]);
113 pos[1] =
static_cast<float>(temp[1]); }
161 this->GetMatrix()->MultiplyPoint(
in,out);};
163 this->GetMatrix()->MultiplyPoint(
in,out);};
represent and manipulate 2D points
#define vtkGetObjectMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
GLint GLint GLint GLint GLint x
GLsizei GLboolean transpose
represent and manipulate 3x3 transformation matrices
a simple class to control print indentation
GLint GLint GLint GLint GLint GLint y