Package: graphene

Function graphene:vec3-cross

Lambda List

graphene:vec3-cross (a b result)

Arguments

a -- a graphene:vec3-t instance
b -- a graphene:vec3-t instance

Return Value

The graphene:vec3-t instance with the result.

Details

Computes the cross product of the two given vectors.
 

See also

2024-12-26