Package: graphene
Function graphene:vec4-subtract
Lambda Listgraphene:vec4-subtract (a b result) Argumentsa -- a graphene:vec4-t instance b -- a graphene:vec4-t instance result -- a graphene:vec4-t instance for the result Return ValueThe graphene:vec4-t instance with the result. Details Subtracts from each component of the first operand a the corresponding component of the second operand b and places each result into the components of result. | See also |
2025-4-5