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() -> None
Point2DDouble(x : float, y : float) -> None
Point2DDouble(pt : Point2DDouble) -> None
Point2DDouble(pt : Point) -> None
__init__ (self)
None
__init__ (self, x : float, y : float)
x (wx.Double)
y (wx.Double)
None
__init__ (self, pt : Point2DDouble)
pt (Point2DDouble)
None
__init__ (self, pt : Point)
pt (wx.Point)
None
Get() . (x,y)
Return the x and y properties as a tuple.
Any
vec (Point2DDouble)
float
pt (Point2DDouble)
float
pt (Point2DDouble)
float
vec (Point2DDouble)
float
Tuple[int, int]
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[int, int]
float
float
None
degrees (wx.Double)
None
length (wx.Double)
None
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 .