Skip to content

Instantly share code, notes, and snippets.

View aakash-pamnani's full-sized avatar
🎯
Focusing

Aakash Pamnani aakash-pamnani

🎯
Focusing
View GitHub Profile
import 'dart:math';
import 'dart:ui';
class ForcePoint {
ForcePoint(this.x, this.y);
double computed = 0;
double force = 0;
num x, y;