This website works better with JavaScript.
Home
Explore
Help
Sign In
GJJ
/
SingularityJudger
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Integration of gauss map, osculating toroidal patches, loop detection and C2 judgement to figure out the singular or loop intersection.
13
Commits
1
Branch
0
Tags
1.1 MiB
Branch:
master
SingularityJudger
/
include
/
alg.h
6 lines
63 B
Raw
Permalink
Normal View
History
closest point
1 year ago
#
pragma once
class
Math
{
static
void
newtonIteration
(
)
;
}
;