Package: graphene

Accessor graphene:point3d-z

Lambda List

graphene:point3d-z (p)

Syntax

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

Arguments

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

Details

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

See also

2025-4-2