Searched defs:LookAt (Results 1 – 4 of 4) sorted by relevance
4 export type LookAt = "./b"; alias
5 export type LookAt = "./b"; alias
348 SkM44 SkM44::LookAt(const SkV3& eye, const SkV3& center, const SkV3& up) { in LookAt() function in SkM44
304 static mat4 LookAt(vec3 at, vec3 eye, vec3 up) in LookAt() function