Integration of gauss map, osculating toroidal patches, loop detection and C2 judgement to figure out the singular or loop intersection.

6 lines
63 B

1 year ago
#pragma once
class Math {
static void newtonIteration();
};