Interface FieldOfView

A field of view.

interface FieldOfView {
    downDegrees: number;
    leftDegrees: number;
    rightDegrees: number;
    upDegrees: number;
}

Properties

downDegrees: number

The angle to the bottom of the field of view in degrees.

leftDegrees: number

The angle to the left edge of the field of view in degrees.

rightDegrees: number

The angle to the right edge of the field of view in degrees.

upDegrees: number

The angle to the top of the field of view in degrees.