Package: graphene

Function graphene:vec3-init

Lambda List

graphene:vec3-init (v x y z)

Arguments

v -- a graphene:vec3-t instance
x -- a number coerced to a float with the x field of the vector
y -- a number coerced to a float with the y field of the vector
z -- a number coerced to a float with the z field of the vector

Return Value

The initialized graphene:vec3-t instance.

Details

Initializes a graphene:vec3-t instance using the given values. This function can be called multiple times.
 

See also

2024-12-26