| GeometricObject Constructor |
| Name | Description | |
|---|---|---|
| GeometricObject |
Initializes a new instance of the GeometricObject class.
| |
| GeometricObject(Shape) |
Initializes a new instance of the GeometricObject class with a shape.
| |
| GeometricObject(Shape, Pose) |
Initializes a new instance of the GeometricObject class with shape and pose
(position and orientation).
| |
| GeometricObject(Shape, Vector3F) |
Initializes a new instance of the GeometricObject class with shape and scale.
| |
| GeometricObject(Shape, Vector3F, Pose) |
Initializes a new instance of the GeometricObject class with shape, scale and
pose (position and orientation).
|