Ray
- class cee.Ray()
A 3d ray used, for example, for picking on the 3D model.
Constructors
Constructors
Accessors
- Ray.direction()
The direction vector of the ray in world coordinates.
- Return type:
Vec3Like
Methods
clone
- Ray.clone()
Returns a clone of the ray.
- Return type:
Ray