Vec3.init_

graphene.vec3.Vec3 init_(float x, float y, float z)

Initializes a #graphene_vec3_t using the given values.

This function can be called multiple times.

Parameters

xthe X field of the vector
ythe Y field of the vector
zthe Z field of the vector

Returns

a pointer to the initialized

vector