Interface: RayTuple
Defined in: types.ts:17
A ray in world space; direction is expected normalised.
Properties
| Property | Type | Defined in |
|---|---|---|
direction | Vec3Tuple | types.ts:19 |
origin | Vec3Tuple | types.ts:18 |
Defined in: types.ts:17
A ray in world space; direction is expected normalised.
| Property | Type | Defined in |
|---|---|---|
direction | Vec3Tuple | types.ts:19 |
origin | Vec3Tuple | types.ts:18 |