Package: graphene

Function graphene:point3d-cross

Lambda List

graphene:point3d-cross (a b result)

Arguments

a -- a graphene:point3d-t instance
b -- a graphene:point3d-t instance
result -- a graphene:point3d-t instance for the cross product

Return Value

The graphene:point3d-t instance with the cross product.

Details

Computes the cross product of the two given points.
 

See also

2023-9-22