Home
last modified time | relevance | path

Searched defs:Vector2 (Results 1 – 8 of 8) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DVector2.java22 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/
DEulerAngles.h46 typedef Matrix<typename Derived::Scalar,2,1> Vector2; in eulerAngles() typedef
DOrthoMethods.h145 typedef Matrix<Scalar,2,1> Vector2; typedef
/external/libcxx/utils/google-benchmark/src/
Dstat.h23 class Vector2; variable
/external/google-benchmark/src/
Dstat.h23 class Vector2; variable
/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp43 typedef Eigen::Array<Real, 2, 1> Vector2; in render() typedef
/external/eigen/test/
Dsparse_basic.cpp20 typedef Matrix<StorageIndex,2,1> Vector2; in sparse_basic() typedef
Dgeo_transformations.cpp95 typedef Matrix<Scalar,2,1> Vector2; in transformations() typedef