Cogl.Quaternion.prototype.squad
function squad(prev: Cogl.Quaternion, a: Cogl.Quaternion, b: Cogl.Quaternion, next: Cogl.Quaternion, t: Number(gfloat)): void { // Gjs wrapper for cogl_quaternion_squad() }
Since 2.0
- prev
A Cogl.Quaternion used before a
- a
The first Cogl.Quaternion
- b
The second Cogl.Quaternion
- next
A Cogl.Quaternion that will be used after b
- t
The factor in the range [0,1] used to interpolate between quaternion a and b.