Package: graphene
Function graphene:vec3-interpolate
Lambda Listgraphene:vec3-interpolate (v1 v2 factor result) Argumentsv1 -- a graphene:vec3-t instance v2 -- a graphene:vec3-t instance factor -- a number coerced to a double float for the interpolation factor result -- a graphene:vec3-t instance for the result Return ValueThe graphene:vec3-t instance with the interpolated vector. Details Linearly interpolates v1 and v2 using the given factor. | See also |
2025-4-5