pyfeyn2.feynmandiagram.Point

class pyfeyn2.feynmandiagram.Point(*args, **kwargs)[source]

Bases: Point

__init__(*args, **kwargs)[source]

Deprecated since version 2.2.6.

Methods

__init__(*args, **kwargs)

Deprecated since version 2.2.6.

with_point(p)

with_x(x)

with_xy(x, y)

with_xyz(x, y, z)

with_y(y)

Attributes

x

x coordinate

y

y coordinate

z

z coordinate

x: float | None = None

x coordinate

y: float | None = None

y coordinate

z: float | None = None

z coordinate