Package: graphene

Accessor graphene:point3d-y

Lambda List

graphene:point3d-y (p)

Syntax

(graphene:point3d-y p) => y
(setf (graphene:point3d-y p) y)

Arguments

point -- a graphene:point3d-t instance
x -- a number coerced to a single float for the y coordinate

Details

Accessor of the y slot of the graphene:point3d-t structure. The y value is coerced to a single float before assignment. See the graphene:point3d-x documentation for an example.
 

See also

2025-4-2