Package: graphene

Function graphene:ray-closest-point-to-point

Lambda List

graphene:ray-closest-point-to-point (ray point result)

Arguments

ray -- a graphene:ray-t instance
point -- a graphene:point3d-t instance
result -- a graphene:point3d-t instance for the result

Return Value

The graphene:point3d-t instance with the closest point.

Details

Computes the point on the given ray that is closest to the given point.
 

See also

#2023-12-6