Написал надёжный алгоритм поиска наименьшего круга
This commit is contained in:
parent
b36187b77d
commit
b24722eefc
5 changed files with 90 additions and 6 deletions
10
ComputationalGeometry/6Ex/hope.h
Normal file
10
ComputationalGeometry/6Ex/hope.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef HOPE
|
||||
#define HOPE
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "SCP.h"
|
||||
|
||||
circle hope(point * ps, int length);
|
||||
bool isSuit(circle crcl, point * ps, int length);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue