Type Alias: Ray
type Ray = {
origin: Vec3;
direction: Vec3;
};
Defined in: livelink.js/sources/rendering/camera/CameraProjection.ts:24
A ray in 3D space.
Type declaration
Name | Type |
---|---|
origin | Vec3 |
direction | Vec3 |
type Ray = {
origin: Vec3;
direction: Vec3;
};
Defined in: livelink.js/sources/rendering/camera/CameraProjection.ts:24
A ray in 3D space.
Name | Type |
---|---|
origin | Vec3 |
direction | Vec3 |