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 Parameter | Default type |
---|---|
T | Vector3 |
Type declaration
origin
origin:
T
targetOrientation
targetOrientation:
TargetOrientation
<T
>