Searched defs:Vector3 (Results 1 – 3 of 3) sorted by relevance
38 struct Vector3 { struct39 Vector3(GLfloat x, GLfloat y, GLfloat z) : x(x), y(y), z(z) {} in Vector3() argument63 Vector3 pos; argument
17 using Vector3 = Vector<T, 3>; variable
369 public static final class Vector3 { class in AnyMotionDetector375 public Vector3(long timeMillisSinceBoot, float x, float y, float z) { in Vector3() method in AnyMotionDetector.Vector3