Package empro :: Module empro :: Module sensor :: Class RectangleSurfaceGeometry
[frames] | no frames]

Class RectangleSurfaceGeometry

core.Updatable --+        
                 |        
    SensorGeometry --+    
                     |    
 SurfaceSensorGeometry --+
                         |
                        RectangleSurfaceGeometry

Surface sensor geometry defined by a rectangle in space.

Class Hierarchy for RectangleSurfaceGeometry
Class Hierarchy for RectangleSurfaceGeometry

constructor RectangleSurfaceGeometry():

Instance Methods

Inherited from core.Updatable: __enter__, __exit__, clone, hash, isValid, reasonWhyInvalid

Properties
CoordinateSystemNone coordinateSystem
Defines the first corner of the box and its orientation.
Vector2dNone corner1
The first (x, y) corner of the rectangle as defined on the XY plane of the coordinate system.
Vector2dNone corner2
The second (x, y) corner of the rectangle as defined on the XY plane of the coordinate system.