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 float with the y coordinate

Details

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

See also

2024-1-20