Home | History | Annotate | Download | only in gtc

Lines Matching refs:tvec3

83 	/// @see - translate(detail::tvec3<T, P> const & v)
87 detail::tvec3<T, P> const & v);
99 /// @see - rotate(T angle, detail::tvec3<T, P> const & v)
104 detail::tvec3<T, P> const & axis);
115 /// @see - scale(detail::tvec3<T, P> const & v)
119 detail::tvec3<T, P> const & v);
240 GLM_FUNC_DECL detail::tvec3<T, P> project(
241 detail::tvec3<T, P> const & obj,
256 GLM_FUNC_DECL detail::tvec3<T, P> unProject(
257 detail::tvec3<T, P> const & win,
285 detail::tvec3<T, P> const & eye,
286 detail::tvec3<T, P> const & center,
287 detail::tvec3<T, P> const & up);