Skip to content
Snippets Groups Projects
Commit 6b20216a authored by fsdavid's avatar fsdavid
Browse files

Fix axial view coordinates

parent ca09b7b1
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ export class ChangePerspectiveOrientationComponent implements OnInit {
private viewOrientations = {
coronal: [[0,-1,1,0], [-1,0,0,1]],
sagittal: [[-1,-1,1,1], [-1,1,-1,1]],
axial: [[0,0,1,0], [0,0,1,0]]
axial: [[0,0,1,0], [1,0,0,0]]
}
constructor(private store$: Store<any>,) { }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment