Quaternion.init_
graphene.quaternion.Quaternion init_(float x, float y, float z, float w)Initializes a #graphene_quaternion_t using the given four values.
Parameters
x | the first component of the quaternion |
y | the second component of the quaternion |
z | the third component of the quaternion |
w | the fourth component of the quaternion |
Returns
the initialized quaternion