Package: graphene

Function graphene:vec2-to-float

Lambda List

graphene:vec2-to-float (v)

Arguments

v -- a graphene:vec2-t instance

Return Value

The list with the single floats for the components of v.

Details

Stores the components of v into a list.

Example

(graphene:with-vec2 (v 1/2 3/2) (graphene:vec2-to-float v))
=> (0.5 1.5)    
 

See also

2024-12-26