Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
6350dd27
Commit
6350dd27
authored
Aug 25, 2002
by
Will Schroeder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH:Improve documentation
parent
b4916f65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Graphics/vtkCursor3D.h
Graphics/vtkCursor3D.h
+3
-2
No files found.
Graphics/vtkCursor3D.h
View file @
6350dd27
...
...
@@ -51,10 +51,11 @@ public:
vtkGetVectorMacro
(
ModelBounds
,
float
,
6
);
// Description:
// S
pecify
the position of cursor focus. If translation mode is on,
// S
et/Get
the position of cursor focus. If translation mode is on,
// then the entire cursor (including bounding box, cursor, and shadows)
// is translated. Otherwise, the focal point will either be clamped to the
// bounding box, or wrapped, if Wrap is on.
// bounding box, or wrapped, if Wrap is on. (Note: this behavior requires
// that the bounding box is set prior to the focal point.)
void
SetFocalPoint
(
float
x
[
3
]);
void
SetFocalPoint
(
float
x
,
float
y
,
float
z
)
{
...
...
Write
Preview
Markdown
is supported
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