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
033e3393
Commit
033e3393
authored
Jul 08, 1994
by
Will Schroeder
Browse files
ENH: Added length2 method.
parent
841e8f78
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Cell.hh
View file @
033e3393
...
...
@@ -84,6 +84,9 @@ public:
// Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax)
float
*
GetBounds
();
// Compute Length squared of cell (i.e., bounding box diagonal squared)
float
GetLength2
();
// Quick intersection of cell bounding box. Returns != 0 for hit.
char
HitBBox
(
float
bounds
[
6
],
float
origin
[
3
],
float
dir
[
3
],
float
coord
[
3
]);
...
...
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