pyfeyn2.render.pyx.points.CrossMark

class pyfeyn2.render.pyx.points.CrossMark(size=0.075)[source]

Bases: Mark

__init__(size=0.075)[source]

A cross marker, e.g. to show neutrino oscillations.

Methods

__init__([size])

A cross marker, e.g.

getPath()

Return the path for this marker.

getPoint()

Return the point to which this marker is attached.

setPoint(point)

Attach this marker to a new point.

getPath()[source]

Return the path for this marker.

getPoint()

Return the point to which this marker is attached.

setPoint(point)

Attach this marker to a new point.