Package: graphene
Accessor graphene:point-y
Lambda Listgraphene:point-y (p) SyntaxArgumentsDetails The accessor for the y slot of the graphene:point-t structure gets or sets the y coordinate of the point. The y value is coerced to a single float before assignment. Examples(graphene:with-point (p 0.5 1.0) (graphene:point-y p)) => 1.0 (graphene:with-point (p) (setf (graphene:point-y p) 3/2)) => 1.5 | See also |
2025-08-09