Home
last modified time | relevance | path

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

/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/matrix/
DVector3.java7 public final class Vector3 { class
17 public Vector3() { in Vector3() method in Vector3
20 public Vector3(float[] array) in Vector3() method in Vector3
25 public Vector3(float xValue, float yValue, float zValue) { in Vector3() method in Vector3
29 public Vector3(Vector3 other) { in Vector3() method in Vector3
/external/eigen/unsupported/test/
DEulerAngles.cpp39 typedef Matrix<Scalar,3,1> Vector3; in verify_euler() typedef
177 typedef Matrix<Scalar,3,1> Vector3; in check_singular_cases() typedef
199 typedef Matrix<Scalar,3,1> Vector3; in eulerangles_manual() typedef
232 typedef Matrix<Scalar,3,1> Vector3; in eulerangles_rand() typedef
/external/eigen/test/
Dgeo_eulerangles.cpp20 typedef Matrix<Scalar,3,1> Vector3; in verify_euler() typedef
62 typedef Matrix<Scalar,3,1> Vector3; in eulerangles() typedef
Dgeo_orthomethods.cpp23 typedef Matrix<Scalar,3,1> Vector3; in orthomethods_3() typedef
86 typedef Matrix<Scalar,3,1> Vector3; in orthomethods() typedef
Dgeo_transformations.cpp31 typedef Matrix<Scalar,3,1> Vector3; in non_projective_only() typedef
96 typedef Matrix<Scalar,3,1> Vector3; in transformations() typedef
615 typedef Matrix<Scalar,3,1> Vector3; in transformations_no_scale() typedef
672 typedef Matrix<Scalar, 3, 1> Vector3; in transformations_computed_scaling_continuity() typedef
Dgeo_quaternion.cpp52 typedef Matrix<Scalar,3,1> Vector3; in quaternion() typedef
190 typedef Matrix<Scalar,3,1> Vector3; in mapQuaternion() typedef
Dvectorization_logic.cpp178 typedef Matrix<Scalar,3,1,ColMajor> Vector3; in run() typedef
/external/eigen/Eigen/src/Geometry/
DQuaternion.h57 typedef Matrix<Scalar,3,1> Vector3; typedef
/external/eigen/unsupported/Eigen/src/EulerAngles/
DEulerAngles.h113 typedef Matrix<Scalar,3,1> Vector3; /*!< the equivalent 3 dimension vector type */ typedef
/external/angle/src/common/
Dvector_utils.h24 using Vector3 = Vector<3, float>; variable
/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_mint.rs261 impl From<Vec3A> for mint::Vector3<f32> { implementation
/external/eigen/demos/opengl/
Dquaternion_demo.cpp141 typedef Matrix<Scalar,3,1> Vector3; typedef in EulerAngles
/external/angle/src/tests/gl_tests/
DBufferDataTest.cpp1967 const std::array<Vector3, 6> &quadVertices, in TestPageSharingBuffers()
DBlitFramebufferANGLETest.cpp1705 void drawWithDepthValue(std::array<Vector3, 6> &quadVertices, float depth) in drawWithDepthValue()
DTextureTest.cpp730 void ppoDrawQuad(std::array<Vector3, 6> &quadVertices, in ppoDrawQuad()
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts4431 export type Vector3 = number[]; alias