Searched defs:lookAt (Results 1 – 2 of 2) sorted by relevance
65 static lookAt(eye, center, up) { method in Matrix44
104 public static lookAt(eye: Point3, center: Point3, up: Point3): Matrix44 { method in Matrix44