pyfeyn2.feynmandiagram.Point
- class pyfeyn2.feynmandiagram.Point(x: Optional[float] = None, y: Optional[float] = None, z: Optional[float] = None)[source]
Bases:
object- __init__(x: Optional[float] = None, y: Optional[float] = None, z: Optional[float] = None) None
Methods
__init__([x, y, z])set_point(*args, **kwargs)Deprecated since version 2.0.7.1.
set_xy(*args, **kwargs)Deprecated since version 2.0.7.1.
set_xyz(*args, **kwargs)Deprecated since version 2.0.7.1.
with_point(p)with_xy(x, y)with_xyz(x, y, z)Attributes
x coordinate
y coordinate
z coordinate
- set_point(*args, **kwargs)[source]
Deprecated since version 2.0.7.1: This will be removed in 2.2. Use with…().
- set_xy(*args, **kwargs)[source]
Deprecated since version 2.0.7.1: This will be removed in 2.2. Use with…().
- set_xyz(*args, **kwargs)[source]
Deprecated since version 2.0.7.1: This will be removed in 2.2. Use with…().
- x: Optional[float] = None
x coordinate
- y: Optional[float] = None
y coordinate
- z: Optional[float] = None
z coordinate