Searched defs:rotate (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/include/glm/gtx/ |
| D | rotate_vector.inl | 29 GLM_FUNC_QUALIFIER tvec2<T, P> rotate function 45 GLM_FUNC_QUALIFIER tvec3<T, P> rotate function 67 GLM_FUNC_QUALIFIER tvec4<T, P> rotate function
|
| D | transform.inl | 13 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(T angle, tvec3<T, P> const & v) function
|
| D | quaternion.inl | 105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v) function 111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v) function
|
| D | matrix_transform_2d.inl | 22 GLM_FUNC_QUALIFIER tmat3x3<T, P> rotate( function
|
| /device/generic/vulkan-cereal/host-common/ |
| D | window_agent.h | 46 bool (*rotate)(int skinRotation); member
|
| /device/generic/vulkan-cereal/third-party/angle/util/ |
| D | Matrix.cpp | 79 Matrix4 Matrix4::rotate(float angle, const Vector3 &p) in rotate() function in Matrix4
|
| /device/generic/vulkan-cereal/include/glm/gtc/ |
| D | matrix_transform.inl | 19 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(tmat4x4<T, P> const & m, T angle, tvec3<T, P> const & v) function
|
| D | quaternion.inl | 541 …GLM_FUNC_QUALIFIER tquat<T, P> rotate(tquat<T, P> const & q, T const & angle, tvec3<T, P> const & … function
|