Appearance
Documentation / @ripl/3d / mat4LookAt
mat4LookAt(eye, target, up): Matrix4
eye
target
up
Matrix4
Defined in: 3d/src/math/matrix.ts:117
Constructs a view matrix looking from eye toward target with the given up direction.
Vector3