interface Camera3 {
    center: Point3;
    eye: Point3;
    up: Vector3;
}

Properties

Properties

center: Point3
eye: Point3