Searched refs:vec_at (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/android/ndk_helper/
H A Dvecmath.cpp342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up ) argument
347 vec_forward.x_ = vec_eye.x_ - vec_at.x_;
348 vec_forward.y_ = vec_eye.y_ - vec_at.y_;
349 vec_forward.z_ = vec_eye.z_ - vec_at.z_;
/prebuilts/ndk/r11/sources/android/ndk_helper/
H A Dvecmath.cpp342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up ) argument
347 vec_forward.x_ = vec_eye.x_ - vec_at.x_;
348 vec_forward.y_ = vec_eye.y_ - vec_at.y_;
349 vec_forward.z_ = vec_eye.z_ - vec_at.z_;
/prebuilts/ndk/r13/sources/android/ndk_helper/
H A Dvecmath.cpp342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up ) argument
347 vec_forward.x_ = vec_eye.x_ - vec_at.x_;
348 vec_forward.y_ = vec_eye.y_ - vec_at.y_;
349 vec_forward.z_ = vec_eye.z_ - vec_at.z_;

Completed in 53 milliseconds