Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
c8f43990
Commit
c8f43990
authored
Oct 01, 2015
by
Isaak Lim
Browse files
use stable distPointTriangleSquared version in Triangle BSP Tree
parent
e8c832dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ACG/Geometry/bsp/TriangleBSPT.hh
View file @
c8f43990
...
...
@@ -110,7 +110,7 @@ public:
{
Point
p0
,
p1
,
p2
,
q
;
points
(
_h
,
p0
,
p1
,
p2
);
return
ACG
::
Geometry
::
distPointTriangleSquared
(
_p
,
p0
,
p1
,
p2
,
q
);
return
ACG
::
Geometry
::
distPointTriangleSquared
Stable
(
_p
,
p0
,
p1
,
p2
,
q
);
}
void
calculateBoundingBox
(
Node
*
_node
,
Point
&
median
,
int
&
axis
)
...
...
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