geometry_kp 0.0.1 copy "geometry_kp: ^0.0.1" to clipboard
geometry_kp: ^0.0.1 copied to clipboard

A starting point for Dart libraries or applications.

geometry #

library that implement some geometry elements like points, lines, circles, etc. used as utility library.

for example:

Point pointA = Point(3.0, 5.0); Point pointB = Point(4.0, 8.0);

Line line = Line.fromPoints(pointA: pointA, pointB: pointB);

Circle circle = Circle(center: pointA, radius: 10.0);

List intersections = line.intersect(circle);

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on geometry_kp