Вот моя библиотека
Eccentric.hpp
Код: Выделить всё
#ifndef ECCENTRIC_HPP
#define ECCENTRIC_HPP
#include
#include
using namespace std;
class Eccentric{
private:
float k = 0.0701;
array c_table;
public:
Eccentric(){
const float STEP = (2.0f * 3.1415926535f) / 512;
for(int i=0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/79889890/i-made-a-simple-collision-detection-algorithm-can-you-take-a-look-at-it[/url]
Мобильная версия