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

Details

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

See also

2024-1-20