pyfeyn2.render.pyx.points

Various types of points for vertices etc.

Functions

distance(point1, point2)

Calculate the distance between this point and the argument.

midpoint(point1, point2)

Return the point midway between this point and the argument.

Classes

CircleMark([size])

CrossMark([size])

DecoratedPoint([x, y, center, mark, fill, ...])

Class for a point drawn with a marker

Mark()

Point(x, y[, blob, labels])

Base class for all pointlike objects in Feynman diagrams.

PolygonalMark([size, corners])

SquareMark([size])

StarshapeMark([size, raysize, rays])

Vertex

alias of DecoratedPoint