Searched defs:radian (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/include/ui/
H A Dmat4.h148 static tmat44 rotate(A radian, const tvec3<B>& about);
295 tmat44<T> tmat44<T>::rotate(A radian, const tvec3<B>& about) { argument
298 T c = cos(radian);
299 T s = sin(radian);

Completed in 57 milliseconds