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