Package: graphene

Function graphene:ray-init-from-vec3

Lambda List

graphene:ray-init-from-vec3 (ray origin direction)

Arguments

ray -- a graphene:ray-t instance to initialize
origin -- a graphene:vec3-t instance
direction -- a graphene:vec3-t_instance

Return Value

The initialized graphene:ray-t instance.

Details

Initializes the given ray using the given vectors.
 

See also

2025-4-7