Class: Polyline

Class: Polyline#

The Polyline defines open shapes formed of straight lines.

Note: Polyline uses counterclockwise winding (this is the default OpenGL behavior)

Attributes#

points : str The points of the polyline are defined as a list of comma separated x,y coordinates seperated by spaces like “x1,y1 x2,y2 x3,y3” e.g. “0,0 1,2 3,5” marker_start : None | Marker (The Polyline MarkerStart). marker_end : None | Marker (The Polyline MarkerEnd).

URI: core:Polyline

img

Parents#

Attributes#

Own#