Documentation
Preparing search index...
@sdk/core
TargetOrientation
Type Alias TargetOrientation<T>
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
TargetOrientation
<
T
=
Vector3
>
=
{
distance
:
number
;
pitch
:
number
;
roll
:
number
;
target
:
T
;
yaw
:
number
;
}
Type Parameters
T
=
Vector3
Index
Properties
distance
pitch
roll
target
yaw
Properties
distance
distance
:
number
pitch
pitch
:
number
roll
roll
:
number
target
target
:
T
yaw
yaw
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distance
pitch
roll
target
yaw
Documentation
Loading...
Represents a directional orientation in 3D space. This includes: