Graphmath.Quatern.create

You're seeing just the function create, go back to Graphmath.Quatern module for more information.
Link to this function

create(w, x, y, z)

Specs

create(float(), float(), float(), float()) :: quatern()

create(w,x,y,z) creates a quatern of value (w,x,y,z).

w is the rotation around the axis in radians.

x is the first element of the vec3 representing the axis to be created.

y is the second element of the vec3 representing the axis to be created.

z is the third element of the vec3 representing the axis to be created.

It returns a quatern of the form {w,x,y,z}.