Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
648deee6
Commit
648deee6
authored
Mar 14, 1994
by
Ken Martin
Browse files
Added set view plane normal
parent
8d1092c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Camera.hh
View file @
648deee6
...
...
@@ -77,6 +77,8 @@ class vlCamera : public vlObject
vlBooleanMacro
(
Switch
,
int
);
float
GetTwist
();
void
SetViewPlaneNormal
(
float
a
[
3
]);
void
SetViewPlaneNormal
(
float
x
,
float
y
,
float
z
);
void
CalcViewPlaneNormal
();
void
CalcDistance
();
void
CalcPerspectiveTransform
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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