Home
last modified time | relevance | path

Searched defs:Vector3 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/
DScene.h38 struct Vector3 { struct
39 Vector3(GLfloat x, GLfloat y, GLfloat z) : x(x), y(y), z(z) {} in Vector3() argument
63 Vector3 pos; argument
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Deigen.h17 using Vector3 = Vector<T, 3>; variable
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java369 public static final class Vector3 { class in AnyMotionDetector
375 public Vector3(long timeMillisSinceBoot, float x, float y, float z) { in Vector3() method in AnyMotionDetector.Vector3