|
Module points
Various types of points for vertices etc.
|
midpoint(point1,
point2)
Return the point midway between this point and the argument.
|
|
distance(point1,
point2)
Calculate the distance between this point and the argument.
|
|
CIRCLE = <pyfeyn.points.CircleMark instance at 0xb71b680c>
|
|
SQUARE = <pyfeyn.points.SquareMark instance at 0xb71b6d0c>
|
|