Analytical Geometry in Python with GeoMath

Steven D'Aprano steve+comp.lang.python at pearwood.info
Thu May 12 03:31:34 EDT 2016


Hi Vinicius,

On Thursday 05 May 2016 04:16, Vinicius wrote:

> To add a point, you do:
> From geomath import point
> A = point.Point(x,y)
> A.distance(PointB)
> A.mispoint(PointB)
> A.quadrant()


How does your library compare with Eukleides?

http://www.eukleides.org/quickstart.html



-- 
Steve




More information about the Python-list mailing list