Package: graphene

Function graphene:point3d-scale

Lambda List

graphene:point3d-scale (p factor result)

Arguments

p -- a graphene:point3d-t instance
factor -- a number coerced to a float with the scaling factor
result -- a graphene:point3d-t instance for the scaled point

Return Value

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

Details

Scales the coordinates of the given point by the given factor.
 

See also

2023-12-3