Package: graphene
Function graphene:vec2-to-float
Lambda Listgraphene:vec2-to-float (v) ArgumentsReturn ValueThe 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