Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcert-mem57-cpp.cpp17 struct alignas(128) Vector3 { struct
20 return std::aligned_alloc(alignof(Vector3), nbytes); in operator new() argument
35 auto *V3 = new Vector3; in f() argument
/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_quaternion.cpp51 typedef Matrix<Scalar,3,1> Vector3; in quaternion() typedef
182 typedef Matrix<Scalar,3,1> Vector3; in mapQuaternion() 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
Dvectorization_logic.cpp176 typedef Matrix<Scalar,3,1,ColMajor> Vector3; in run() typedef
/external/eigen/unsupported/test/
DEulerAngles.cpp22 typedef Matrix<Scalar,3,1> Vector3; in verify_euler_ranged() typedef
158 typedef Matrix<Scalar,3,1> Vector3; in eulerangles() typedef
/external/eigen/Eigen/src/Geometry/
DQuaternion.h52 typedef Matrix<Scalar,3,1> Vector3; typedef
/external/eigen/unsupported/Eigen/src/EulerAngles/
DEulerAngles.h121 typedef Matrix<Scalar,3,1> Vector3; /*!< the equivalent 3 dimension vector type */ typedef
/external/angle/src/common/
Dvector_utils.h23 using Vector3 = Vector<3, float>; variable
/external/eigen/demos/opengl/
Dquaternion_demo.cpp141 typedef Matrix<Scalar,3,1> Vector3; typedef in EulerAngles
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3656 export type Vector3 = number[]; alias
/external/angle/src/tests/gl_tests/
DTextureTest.cpp668 void ppoDrawQuad(std::array<Vector3, 6> &quadVertices, in ppoDrawQuad()