Struct OrientedPoint
Provides a description of a point with a direction into space.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[Serializable]
public struct OrientedPoint
Constructors
| Name | Description |
|---|---|
| OrientedPoint(Vector3, Vector3) | Instanciate and set the position and orientation. |
Fields
| Name | Description |
|---|---|
| Forward | A vector pointed in the Z direction, at the origin (Read Only). |
| orientation | Euler orientation of the point in space. |
| position | Position of the point in space. |