PhysicalObject
Namespace inet::physicalenvironment
PhysicalObject
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| cNamedObject | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| id | int | |
| position | Coord | |
| orientation | Quaternion |
Source code
class PhysicalObject extends cNamedObject { @existingClass; @descriptor(readonly); int id; Coord position; Quaternion orientation; }File: src/inet/environment/common/PhysicalObject.msg