Lines Matching full:detail
58 GLM_FUNC_DECL detail::tvec2<T, P> rotate(
59 detail::tvec2<T, P> const & v,
65 GLM_FUNC_DECL detail::tvec3<T, P> rotate(
66 detail::tvec3<T, P> const & v,
68 detail::tvec3<T, P> const & normal);
73 GLM_FUNC_DECL detail::tvec4<T, P> rotate(
74 detail::tvec4<T, P> const & v,
76 detail::tvec3<T, P> const & normal);
81 GLM_FUNC_DECL detail::tvec3<T, P> rotateX(
82 detail::tvec3<T, P> const & v,
88 GLM_FUNC_DECL detail::tvec3<T, P> rotateY(
89 detail::tvec3<T, P> const & v,
95 GLM_FUNC_DECL detail::tvec3<T, P> rotateZ(
96 detail::tvec3<T, P> const & v,
102 GLM_FUNC_DECL detail::tvec4<T, P> rotateX(
103 detail::tvec4<T, P> const & v,
109 GLM_FUNC_DECL detail::tvec4<T, P> rotateY(
110 detail::tvec4<T, P> const & v,
116 GLM_FUNC_DECL detail::tvec4<T, P> rotateZ(
117 detail::tvec4<T, P> const & v,
123 GLM_FUNC_DECL detail::tmat4x4<T, P> orientation(
124 detail::tvec3<T, P> const & Normal,
125 detail::tvec3<T, P> const & Up);