[vtk-developers] [VTK 0012863]: TransformDoubleVector of vtkTransform derivatives does not work: rotates, but does not translate

Mantis Bug Tracker mantis at public.kitware.com
Sat Apr 6 15:44:13 EDT 2013


The following issue has been DELETED. 
====================================================================== 
Reported By:                Pavel
Assigned To:                David Gobbi
====================================================================== 
Project:                    VTK
Issue ID:                   12863
Category:                   Bug
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     active development
Project:                    TBD 
Type:                       incorrect functionality 
Resolution:                 no change required
Fixed in Version:           
====================================================================== 
Date Submitted:             2012-01-19 06:56 MST
Last Modified:              2013-04-06 13:43 MDT
====================================================================== 
Summary:                    TransformDoubleVector of vtkTransform derivatives
does not work: rotates, but does not translate
Description: 
Constructed vtkLandmarkTransform does not correctly perform
TransformDoubleVector.

Values show that only rotation is being performed, but not translation.
====================================================================== 

---------------------------------------------------------------------- 
 (0027948) David Gobbi (developer) - 2012-01-19 07:36
 http://www.vtk.org/Bug/view.php?id=12863#c27948 
---------------------------------------------------------------------- 
The behavior described in the report is not incorrect, that is exactly how
TransformDoubleVector is supposed to work: vectors are rotated but not
translated.

To achieve the desired result (rotation followed by translation), use the
TransformDoublePoint method. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-01-19 06:56 Pavel          New Issue                                    
2012-01-19 07:36 David Gobbi    Note Added: 0027948                          
2012-01-19 07:36 David Gobbi    Assigned To               => David Gobbi     
2012-01-19 07:36 David Gobbi    Status                   backlog => todo     
2012-01-19 07:36 David Gobbi    Resolution               open => no change
required
2013-04-06 13:40 David Gobbi    Category                 (No Category) => Bug
2013-04-06 13:41 David Gobbi    Status                   todo => active
development
2013-04-06 13:44 David Gobbi    Issue Deleted: 0012863                       
======================================================================




More information about the vtk-developers mailing list