lookAt

fun lookAt(    eye: Vec3,     target: Vec3,     upVector: Vec3): Mat4

Creates a view matrix defined by an eye position, a target point, and an upVector.