Package: graphene
Function graphene:vec2-multiply
Lambda Listgraphene:vec2-multiply (a b result) Argumentsa -- a graphene:vec2-t instance b -- a graphene:vec2-t instance result -- a graphene:vec2-t instance for the result Return ValueThe graphene:vec2-t instance with the result. Details
Multiplies each component of the two passed vectors and places each result into the components of result. | See also |
2025-4-5