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
85b8d5f1
Commit
85b8d5f1
authored
Nov 15, 2011
by
Philippe Pébay
Browse files
Clamp polar angle from 0 to 360 degrees
Change-Id: I343654a7f1cc09df13010f538d4d9e15d65609c1
parent
b7469068
Changes
1
Show whitespace changes
Inline
Side-by-side
Hybrid/vtkPolarAxesActor.h
View file @
85b8d5f1
...
...
@@ -83,9 +83,9 @@ public:
vtkBooleanMacro
(
AutoScaleRadius
,
int
);
// Description:
// Set/Get the maximum radius of the polar coordinates.
// Set/Get the maximum radius of the polar coordinates
(in degrees)
.
// Default: VTK_DEFAULT_MAXIMUM_POLAR_ANGLE
vtkSetMacro
(
MaximumAngle
,
double
);
vtkSet
Clamp
Macro
(
MaximumAngle
,
double
,
0.
,
360.
);
vtkGetMacro
(
MaximumAngle
,
double
);
// Description:
...
...
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