Get() . (x,y) |
|
Returns an immutable representation of the |
|
See |
|
See |
|
See |
|
A public C++ attribute of type Double . |
|
A public C++ attribute of type Double . |
Possible constructors:
Point2DDouble()
Point2DDouble(x, y)
Point2DDouble(pt)
Point2DDouble(pt)
__init__ (self)
__init__ (self, x, y)
x (wx.Double) –
y (wx.Double) –
__init__ (self, pt)
pt (Point2DDouble) –
__init__ (self, pt)
pt (wx.Point) –
Get() . (x,y)
Return the x and y properties as a tuple.
PyObject
vec (Point2DDouble) –
wx.Double
pt (Point2DDouble) –
wx.Double
pt (Point2DDouble) –
wx.Double
vec (Point2DDouble) –
wx.Double
tuple
( x, y )
Returns an immutable representation of the wx.Point2D
object, based on namedtuple
.
This new object is hashable and can be used as a dictionary key,
be added to sets, etc. It can be converted back into a real wx.Point2D
with a simple statement like this: obj = wx.Point2D(imObj)
.
tuple
( x, y )
wx.Double
wx.Double
degrees (wx.Double) –
length (wx.Double) –
pt (Point2DDouble) –
pt (Point2DDouble) –
pt (Point2DDouble) –
pt (Point2DDouble) –
pt (Point2DDouble) –
pt (Point2DDouble) –
See GetVectorAngle
and SetVectorAngle
See GetVectorLength
and SetVectorLength
A public C++ attribute of type Double .
A public C++ attribute of type Double .