GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Rectangle specified by 2 points (with floating point values). More...
Public Member Functions | |
def | __init__ |
Public Member Functions inherited from utils.Rect2D | |
def | __init__ |
def | GetX |
def | GetY |
def | GetWidth |
def | SetWidth |
def | GetHeight |
def | SetHeight |
Additional Inherited Members | |
Data Fields inherited from utils.Rect2D | |
width | |
height | |
Rectangle specified by 2 points (with floating point values).
Definition at line 60 of file psmap/utils.py.
def utils.Rect2DPP.__init__ | ( | self, | |
topLeft = wx.Point2D() , |
|||
bottomRight = wx.Point2D() |
|||
) |
Definition at line 65 of file psmap/utils.py.