MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013499 | VTK | (No Category) | public | 2012-10-09 10:00 | 2014-10-02 15:43 |
Reporter | mneugeba2 | ||||
Assigned To | Cory Quammen | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 6.1.0 | |||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0013499: VTK 5.10: vtkPlane: projectVector function rescales the plane normal | ||||
Description | When using the projectVector function of an vtkPlane instance, the normal vector of this instance is rescaled (i.e. length is unequal to 1). The reason for this is the usage of vtkMath::MultiplyScalar(normal, dotProd); in the implementation of the projectVector function. This rescales the normal-vector of the plane. I recommend to use a copy of the normal-vector for MultiplyScalar instead of the original double[3]. A simple vtkMath::normalize(normal) afterwards wouldn't do the job, since the normal could be flipped. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-10-09 10:00 | mneugeba2 | New Issue | |||
2013-06-25 14:12 | Dave DeMarle | Note Added: 0031061 | |||
2014-10-02 15:43 | Cory Quammen | Note Added: 0033530 | |||
2014-10-02 15:43 | Cory Quammen | Status | backlog => closed | ||
2014-10-02 15:43 | Cory Quammen | Assigned To | => Cory Quammen | ||
2014-10-02 15:43 | Cory Quammen | Resolution | open => fixed | ||
2014-10-02 15:43 | Cory Quammen | Fixed in Version | => 6.1.0 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|