Searched refs:vec (Results 1 – 9 of 9) sorted by relevance
129 Vec3 vec = vec_offset_ + vec_offset_now_; in Update() local132 vec *= vec_tmp * vec_pinch_transform_factor_; in Update()134 mat_transform_ = Mat4::Translation( vec ); in Update()165 Vec2 vec = v * vec_flip_; in BeginDrag() local166 vec_ball_now_ = vec; in BeginDrag()171 vec_last_input_ = vec; in BeginDrag()190 Vec2 vec = v * vec_flip_; in Drag() local191 vec_ball_now_ = vec; in Drag()193 vec_drag_delta_ = vec_drag_delta_ * MOMENTUM_FACTOR + (vec - vec_last_input_); in Drag()194 vec_last_input_ = vec; in Drag()[all …]
66 Vec2( const Vec2& vec ) in Vec2() argument68 x_ = vec.x_; in Vec2()69 y_ = vec.y_; in Vec2()271 Vec3( const Vec3& vec ) in Vec3() argument273 x_ = vec.x_; in Vec3()274 y_ = vec.y_; in Vec3()275 z_ = vec.z_; in Vec3()285 Vec3( const Vec2& vec, float f ) in Vec3() argument287 x_ = vec.x_; in Vec3()288 y_ = vec.y_; in Vec3()[all …]
85 void BeginDrag( const Vec2& vec );87 void Drag( const Vec2& vec );
28 Vec3::Vec3( const Vec4& vec ) in Vec3() argument30 x_ = vec.x_; in Vec3()31 y_ = vec.y_; in Vec3()32 z_ = vec.z_; in Vec3()294 Mat4 Mat4::Translation( const Vec3 vec ) in Translation() argument300 ret.f_[12] = vec.x_; in Translation()304 ret.f_[13] = vec.y_; in Translation()308 ret.f_[14] = vec.z_; in Translation()
38 struct kvec vec[RPCSVC_MAXPAGES]; member46 struct kvec vec[RPCSVC_MAXPAGES]; member
62 extern int mincore(void* start, size_t length, unsigned char* vec);
74 void TransformPosition( ndk_helper::Vec2& vec );402 void Engine::TransformPosition( ndk_helper::Vec2& vec ) in TransformPosition() argument404 vec = ndk_helper::Vec2( 2.0f, 2.0f ) * vec in TransformPosition()
64 void TransformPosition( ndk_helper::Vec2& vec );391 void Engine::TransformPosition( ndk_helper::Vec2& vec ) in TransformPosition() argument393 vec = ndk_helper::Vec2( 2.0f, 2.0f ) * vec in TransformPosition()
142 struct rds_iovec vec; member150 struct rds_iovec vec; member