Package: graphene

Function graphene:vec3-xyzw

Lambda List

graphene:vec3-xyzw (v w result)

Arguments

v -- a graphene:vec3-t instance
w -- a number coerced to a float with the value of the fourth component

Return Value

The graphene:vec4-t instance.

Details

Returns a graphene:vec4-t instance that contains the first three components of the given vector, and the fourth component set to w.
 

See also

2024-12-26