Home
last modified time | relevance | path

Searched defs:Vec3 (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/ndk_helper/
Dvecmath.h35 class Vec3; variable
259 Vec3() in Vec3() function
264 Vec3( const float fX, const float fY, const float fZ ) in Vec3() function
271 Vec3( const Vec3& vec ) in Vec3() function
278 Vec3( const float* pVec ) in Vec3() function
285 Vec3( const Vec2& vec, float f ) in Vec3() function
Dvecmath.cpp28 Vec3::Vec3( const Vec4& vec ) in Vec3() function in ndk_helper::Vec3