Skip to content
Snippets Groups Projects
Commit fdbbdcd9 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-vp1-fix-rotation' into 'master'

VP1: fix rotation definition used to handle Shift GeoModel nodes

Closes ATLASSIM-4213

See merge request atlas/athena!26871
parents 90a13428 d0bb5452
Branches
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#include "GeoPrimitives/GeoPrimitives.h"
......@@ -55,7 +55,7 @@ void SbPolyhedrizeAction::handleShift(const GeoShapeShift *shift)
#include <VP1HEPVis/SbRotation.h> //using doubles instead of floats.
HEPVis::SbRotation rot(rotation(0,0),rotation(1,0),rotation(2,0),0,
rotation(0,1),rotation(1,1),rotation(2,1),0,
rotation(0,2),rotation(1,2),rotation(2.2),0,
rotation(0,2),rotation(1,2),rotation(2,2),0,
0,0,0,1);
//---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment