Camera

interface Camera<T : Number, Comparable<T>>

An interface for a camera.

Inheritors

Properties

Link copied to clipboard
abstract val eye: Vec3<T>

Position of the camera eye.

Link copied to clipboard
abstract val viewMatrix: Mat4<T>

View matrix defined by the camera.