SDK
API Documentation
core
type-aliases
Targetorientation

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 ParameterDefault type
TVector3

Type declaration

distance

distance: number

pitch

pitch: number

roll

roll: number

target

target: T

yaw

yaw: number

Defined in

lib/types-geometry.ts:9 (opens in a new tab)