Searched refs:Vec3 (Results 1 - 12 of 12) sorted by relevance

/prebuilts/ndk/current/sources/android/ndk_helper/
H A DtapCamera.h55 Vec3 vec_offset_;
56 Vec3 vec_offset_now_;
67 Vec3 vec_offset_last_;
68 Vec3 vec_offset_delta_;
77 Vec3 vec_pinch_transform_factor_;
79 Vec3 PointOnSphere( Vec2& point );
105 vec_pinch_transform_factor_ = Vec3( x, y, z );
H A DtapCamera.cpp56 vec_pinch_transform_factor_ = Vec3( 1.f, 1.f, 1.f );
72 vec_offset_ = Vec3();
73 vec_offset_now_ = Vec3();
81 vec_offset_delta_ = Vec3();
129 Vec3 vec = vec_offset_ + vec_offset_now_;
130 Vec3 vec_tmp( TRANSFORM_FACTOR, -TRANSFORM_FACTOR, TRANSFORM_FACTORZ );
225 vec_offset_delta_ = Vec3();
235 vec_offset_now_ = Vec3();
265 vec_offset_now_ = Vec3( vec, flip_z_ * f );
288 Vec3 vec_fro
[all...]
H A Dvecmath.h35 class Vec3;
50 friend class Vec3;
249 class Vec3 class in namespace:ndk_helper
259 Vec3() function in class:ndk_helper::Vec3
264 Vec3( const float fX, const float fY, const float fZ ) function in class:ndk_helper::Vec3
271 Vec3( const Vec3& vec ) function in class:ndk_helper::Vec3
278 Vec3( const float* pVec ) function in class:ndk_helper::Vec3
285 Vec3( const Vec2& vec, float f ) function in class:ndk_helper::Vec3
292 Vec3( cons
[all...]
H A Dvecmath.cpp28 Vec3::Vec3( const Vec4& vec ) function in class:ndk_helper::Vec3
294 Mat4 Mat4::Translation( const Vec3 vec )
342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up )
344 Vec3 vec_forward, vec_up_norm, vec_side;
/prebuilts/ndk/r11/sources/android/ndk_helper/
H A DtapCamera.h55 Vec3 vec_offset_;
56 Vec3 vec_offset_now_;
67 Vec3 vec_offset_last_;
68 Vec3 vec_offset_delta_;
77 Vec3 vec_pinch_transform_factor_;
79 Vec3 PointOnSphere( Vec2& point );
105 vec_pinch_transform_factor_ = Vec3( x, y, z );
H A DtapCamera.cpp56 vec_pinch_transform_factor_ = Vec3( 1.f, 1.f, 1.f );
72 vec_offset_ = Vec3();
73 vec_offset_now_ = Vec3();
81 vec_offset_delta_ = Vec3();
129 Vec3 vec = vec_offset_ + vec_offset_now_;
130 Vec3 vec_tmp( TRANSFORM_FACTOR, -TRANSFORM_FACTOR, TRANSFORM_FACTORZ );
225 vec_offset_delta_ = Vec3();
235 vec_offset_now_ = Vec3();
265 vec_offset_now_ = Vec3( vec, flip_z_ * f );
288 Vec3 vec_fro
[all...]
H A Dvecmath.h35 class Vec3;
50 friend class Vec3;
249 class Vec3 class in namespace:ndk_helper
259 Vec3() function in class:ndk_helper::Vec3
264 Vec3( const float fX, const float fY, const float fZ ) function in class:ndk_helper::Vec3
271 Vec3( const Vec3& vec ) function in class:ndk_helper::Vec3
278 Vec3( const float* pVec ) function in class:ndk_helper::Vec3
285 Vec3( const Vec2& vec, float f ) function in class:ndk_helper::Vec3
292 Vec3( cons
[all...]
H A Dvecmath.cpp28 Vec3::Vec3( const Vec4& vec ) function in class:ndk_helper::Vec3
294 Mat4 Mat4::Translation( const Vec3 vec )
342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up )
344 Vec3 vec_forward, vec_up_norm, vec_side;
/prebuilts/ndk/r13/sources/android/ndk_helper/
H A DtapCamera.h55 Vec3 vec_offset_;
56 Vec3 vec_offset_now_;
67 Vec3 vec_offset_last_;
68 Vec3 vec_offset_delta_;
77 Vec3 vec_pinch_transform_factor_;
79 Vec3 PointOnSphere( Vec2& point );
105 vec_pinch_transform_factor_ = Vec3( x, y, z );
H A DtapCamera.cpp56 vec_pinch_transform_factor_ = Vec3( 1.f, 1.f, 1.f );
72 vec_offset_ = Vec3();
73 vec_offset_now_ = Vec3();
81 vec_offset_delta_ = Vec3();
129 Vec3 vec = vec_offset_ + vec_offset_now_;
130 Vec3 vec_tmp( TRANSFORM_FACTOR, -TRANSFORM_FACTOR, TRANSFORM_FACTORZ );
225 vec_offset_delta_ = Vec3();
235 vec_offset_now_ = Vec3();
265 vec_offset_now_ = Vec3( vec, flip_z_ * f );
288 Vec3 vec_fro
[all...]
H A Dvecmath.h35 class Vec3;
50 friend class Vec3;
249 class Vec3 class in namespace:ndk_helper
259 Vec3() function in class:ndk_helper::Vec3
264 Vec3( const float fX, const float fY, const float fZ ) function in class:ndk_helper::Vec3
271 Vec3( const Vec3& vec ) function in class:ndk_helper::Vec3
278 Vec3( const float* pVec ) function in class:ndk_helper::Vec3
285 Vec3( const Vec2& vec, float f ) function in class:ndk_helper::Vec3
292 Vec3( cons
[all...]
H A Dvecmath.cpp28 Vec3::Vec3( const Vec4& vec ) function in class:ndk_helper::Vec3
294 Mat4 Mat4::Translation( const Vec3 vec )
342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up )
344 Vec3 vec_forward, vec_up_norm, vec_side;

Completed in 243 milliseconds