squad


Description:

public void squad (Quaternion prev, Quaternion a, Quaternion b, Quaternion next, float t)

Parameters:

this

The destination Quaternion

prev

A Quaternion used before a

a

The first Quaternion

b

The second Quaternion

next

A Quaternion that will be used after b

t

The factor in the range [0,1] used to interpolate between quaternion a and b.