| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package terrain :: Module structures :: Class Plane |
|
FloorPlane,
OutlinePlane,
WallPlaneGeneric component part of a structure.
Planes may be polygonal in form.| Method Summary | |
|---|---|
__init__(self)
| |
Tests if specified coordinates are present in plane. | |
Applies encoded representation to self. | |
Returns encoded representation of self. | |
Returns a list of vertices for the outline of the plane. | |
Defines outline of plane. | |
setup(self)
| |
Tests if specified coordinates are within the bounds of the plane. | |
| Method Details |
|---|
containsPoint(self, x, y)Tests if specified coordinates are present in plane. |
decode(self, data)Applies encoded representation to self. |
encode(self)Returns encoded representation of self. |
getVertices(self)Returns a list of vertices for the outline of the plane. |
setOutline(self, vertices)Defines outline of plane.
|
withinBounds(self, x, y)Tests if specified coordinates are within the bounds of the plane. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:24 2005 | http://epydoc.sf.net |