Function: rayAngleTo()
function rayAngleTo(ray: RayTuple, point: Vec3Tuple): number;
Defined in: packages/webxr-interactions/src/math.ts:203
Angular offset (radians) between a ray direction and the direction to a point.
Parameters
| Parameter | Type |
|---|---|
ray | RayTuple |
point | Vec3Tuple |
Returns
number