wx.lib.agw.cubecolourdialog.LineDescription¶Simple class to store description and constants for a line in 2D space.
Class Hierarchy¶
Inheritance diagram for class LineDescription:
Methods Summary¶Default class constructor. |
Class API¶Simple class to store description and constants for a line in 2D space.
Default class constructor.
Used internally. Do not call it in your code!
x – the x coordinate of the first point;
y – the y coordinate of the first point;
slope – the line’s slope;
c – a floating point constant.