Searched defs:Vector2 (Results 1 – 7 of 7) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | Vector2.java | 22 public final class Vector2 extends AllocationGuard { class 28 public Vector2() { in Vector2() method in Vector2 32 public Vector2(float xValue, float yValue) { in Vector2() method in Vector2 36 public Vector2(Vector2 other) { in Vector2() method in Vector2
|
/external/eigen/Eigen/src/Geometry/ |
D | EulerAngles.h | 46 typedef Matrix<typename Derived::Scalar,2,1> Vector2; in eulerAngles() typedef
|
D | OrthoMethods.h | 145 typedef Matrix<Scalar,2,1> Vector2; typedef
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.cpp | 43 typedef Eigen::Array<Real, 2, 1> Vector2; in render() typedef
|
/external/libxcam/xcore/ |
D | vec_mat.h | 74 Vector2 () : x(0), y(0) {}; in Vector2() function 75 Vector2 (T _x, T _y) : x(_x), y(_y) {}; in Vector2() function
|
/external/eigen/test/ |
D | sparse_basic.cpp | 20 typedef Matrix<StorageIndex,2,1> Vector2; in sparse_basic() typedef
|
D | geo_transformations.cpp | 95 typedef Matrix<Scalar,2,1> Vector2; in transformations() typedef
|