Describes linear transformations via a 4x4 matrix.
More...
#include <VTKViewer_Transform.h>
- See Also
- vtkTransform class
VTKViewer_Transform::VTKViewer_Transform |
( |
| ) |
|
|
inlineprotected |
Copy contructor.
Do nothing
VTKViewer_Transform::~VTKViewer_Transform |
( |
| ) |
|
|
inlineprotected |
void VTKViewer_Transform::GetMatrixScale |
( |
double |
theScale[3] | ) |
|
int VTKViewer_Transform::IsIdentity |
( |
| ) |
|
Checks: Is matrix identity, where used EPS value. *If |aScaleX-1|<EPS && |aScaleY-1|<EPS && |aScaleY-1|<EPS return 1, esle 0.
References EPS, and GetMatrixScale().
void VTKViewer_Transform::SetMatrixScale |
( |
double |
theScaleX, |
|
|
double |
theScaleY, |
|
|
double |
theScaleZ |
|
) |
| |
The documentation for this class was generated from the following files: