Package: graphene

Function graphene:matrix-transform-sphere

Lambda List

graphene:matrix-transform-sphere (matrix sphere result)

Arguments

matrix -- a graphene:matrix-t instance
sphere -- a graphene:sphere-t instance
result -- a graphene:sphere-t instance

Return Value

The graphene:sphere-t instance with the bounds of the transformed sphere.

Details

Transforms the sphere using the given matrix. The result is the bounding sphere containing the transformed sphere.
 

See also

#2024-12-30