Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
4c59fa58
Commit
4c59fa58
authored
Nov 10, 2011
by
Philippe Pébay
Browse files
Fixed bug in placement of origin
Change-Id: I36f7c0786bd885b9831f6c74ca892a7835e00d08
parent
e8f4a5ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hybrid/vtkPolarAxesActor.cxx
View file @
4c59fa58
...
...
@@ -436,7 +436,7 @@ void vtkPolarAxesActor::BuildAxes( vtkViewport *viewport )
double
y
=
bounds
[
2
]
+
rho
*
sin
(
thetaRad
);
axis
->
GetPoint1Coordinate
()
->
SetValue
(
bounds
[
0
],
bounds
[
2
],
bounds
[
3
]
);
bounds
[
4
]
);
axis
->
GetPoint2Coordinate
()
->
SetValue
(
x
,
y
,
bounds
[
4
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment