Ogi Moore a534132c62
Various performance improvements to pg.Point (#1741)
This change makes use of QPointF methods which perform faster than the python
equivalent methods.  Furthermore, some tests are added.

* Set __slots__ to empty tuple for pg.Point
* Make Point.angle() behave as Vector.angle()
2021-04-28 21:29:47 -07:00
..
2017-10-18 00:18:46 -07:00
2021-04-14 10:44:03 -07:00
2021-01-27 10:59:07 -08:00
2021-03-26 04:07:19 +08:00