Package: graphene
Function graphene:vec2-init
Lambda Listgraphene:vec2-init (v x y) Argumentsv -- a graphene:vec2-t instance x -- a number coerced to a single float for the x field of the vector y -- a number coerced to a single float for the y field of the vector Return ValueThe initialized graphene:vec2-t instance. Details Initializes a graphene:vec2-t instance using the given values.
This function can be called multiple times. | See also |
2025-4-5