math_helper 0.0.2 copy "math_helper: ^0.0.2" to clipboard
math_helper: ^0.0.2 copied to clipboard

A Flutter package to create and calculate various geometric relationships on coordinate.

Provides standard geometry mathematical functions including circle and linear equations, still updating. It is very helpful while drawing lines and shapes on canvas.

Features #

  1. Provide linear equation.
  2. Provide circle equation.
  3. Calculate the relation among linear, circle equation and points.

Contents #

  • [Usage] (#Usage)

Usage #

final line = MathHelper.getLineEquation(Offset(0, 0), Offset(5, 5));
final distance = MathHelper.getDistanceBetweenTwoPoint(Offset(0, 0), Offset(10, 0));
1
likes
0
pub points
0%
popularity

Publisher

verified publisher66catknight-flutter.com

A Flutter package to create and calculate various geometric relationships on coordinate.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, tuple

More

Packages that depend on math_helper