Type Alias: TargetOrientation<T>
TargetOrientation<
T
>:object
Represents a directional orientation in 3D space. This includes:
- A target position defined by coordinates (x, y, z)
- The orientation angles: pitch, yaw, and roll
- The distance from an origin point to the target
Type Parameters
Type Parameter | Default type |
---|---|
T | Vector3 |
Type declaration
distance
distance:
number
pitch
pitch:
number
roll
roll:
number
target
target:
T
yaw
yaw:
number