Package: graphene
Function graphene:vec3-scale
Lambda Listgraphene:vec3-scale (v factor result) Argumentsv -- a graphene:vec3-t instance factor -- a number coerced to a single float for the scale factor result -- a graphene:vec3-t instance for the result Return ValueThe graphene:vec3-t instance with the result vector. Details
Multiplies all components of the given vector with the given scalar factor. | See also |
2025-4-5