Class RectangleSurfaceGeometry
core.Updatable --+
|
SensorGeometry --+
|
SurfaceSensorGeometry --+
|
RectangleSurfaceGeometry
Surface sensor geometry defined by a rectangle in space.
|
|
Class Hierarchy for RectangleSurfaceGeometry
|
constructor RectangleSurfaceGeometry():
|
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.
|