35#ifndef vtkTransform2D_h
36#define vtkTransform2D_h
38#include "vtkCommonTransformsModule.h"
81 void Scale(
const double s[2]) { this->
Scale(s[0], s[1]); }
82 void Scale(
const float s[2]) { this->
Scale(s[0], s[1]); }
109 pos[0] =
static_cast<float>(temp[0]);
110 pos[1] =
static_cast<float>(temp[1]);
125 pos[0] =
static_cast<float>(temp[0]);
126 pos[1] =
static_cast<float>(temp[1]);
197 this->
GetMatrix()->MultiplyPoint(in, out);
a simple class to control print indentation
represent and manipulate 3x3 transformation matrices
double * GetData()
Return a pointer to the first element of the matrix (double[9]).
represent and manipulate 2D points
vtkTypeUInt32 vtkMTimeType