Home | History | Annotate | Download | only in gtx

Lines Matching refs:tvec3

65 	GLM_FUNC_DECL detail::tvec3<T, P> rotate(
66 detail::tvec3<T, P> const & v,
68 detail::tvec3<T, P> const & normal);
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,
124 detail::tvec3<T, P> const & Normal,
125 detail::tvec3<T, P> const & Up);