import { type Camera } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";
Properties
eye: Vector3
a 3d point locating the camera.
coa: Vector3
center of attention - the 3d point the camera is looking at.
up: Vector3
A unit vector pointing the cameras up direction. Note that using only eye and coa would leave the roll of the camera unspecified.
angle: AngleInRadians
field of view in radians