Package: graphene

Function graphene:sphere-init

Lambda List

graphene:sphere-init (sphere center radius)

Arguments

sphere -- a graphene:sphere-t instance to initialize
center -- a graphene:point3d-t instance with the coordinates of the center of the sphere
radius -- a number coerced to a float with the radius of the sphere

Return Value

The initialized graphene:sphere-t instance.

Details

Initializes the given graphene:sphere-t instance with the given center and radius.
 

See also

2023-12-6