diff Framework/Volumes/VolumeImageGeometry.cpp @ 1161:19b1c8caade4 broker

fix sagittal geometry
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Nov 2019 17:30:05 +0100
parents 32eaf4929b08
children 1644de437a7b
line wrap: on
line diff
--- a/Framework/Volumes/VolumeImageGeometry.cpp	Tue Nov 19 12:52:07 2019 +0100
+++ b/Framework/Volumes/VolumeImageGeometry.cpp	Tue Nov 19 17:30:05 2019 +0100
@@ -39,7 +39,7 @@
     
     sagittalGeometry_ = CoordinateSystem3D(p,
                                            axialGeometry_.GetAxisY(),
-                                           axialGeometry_.GetNormal());
+                                           -axialGeometry_.GetNormal());
 
     Vector origin = (
       axialGeometry_.MapSliceToWorldCoordinates(-0.5 * voxelDimensions_[0],