SDK
API Documentation
core
type-aliases
Lookatpoint

Type Alias: LookAtPoint<T>

LookAtPoint<T>: object

Represents a point in 3D space with a focus on a target, including orientation angles (pitch, yaw, roll). The coordinate system is defined by the type parameter ReferenceT, ensuring that points from different coordinate systems are not accidentally mixed.

This is a immutable substitute for RIA's LookAt class.

Type Parameters

Type ParameterDefault type
TVector3

Type declaration

origin

origin: T

targetOrientation

targetOrientation: TargetOrientation<T>

Defined in

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