Searched defs:Quaternion (Results 1 – 2 of 2) sorted by relevance
50 struct Quaternion { struct51 Quaternion(GLfloat x, GLfloat y, GLfloat z, GLfloat w) : x(x), y(y), z(z), w(w) {} in Quaternion() function64 Quaternion rot; argument
23 public class Quaternion { class81 public Quaternion(double x0, double x1, double x2, double x3) { in Quaternion() method in Quaternion