pyfeyn2.render.pyx.points.PolygonalMark

class pyfeyn2.render.pyx.points.PolygonalMark(size=0.075, corners=3)[source]

Bases: Mark

__init__(size=0.075, corners=3)[source]

A polygonal mark.

Methods

__init__([size, corners])

A polygonal mark.

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.