Lens

interface Lens

An interface for a lens.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

projectionMatrix
Link copied to clipboard
common
abstract val projectionMatrix: Mat4
Projection matrix defined by the lens.

Inheritors

FrustumLens
Link copied to clipboard
OrthographicLens
Link copied to clipboard
PerspectiveLens
Link copied to clipboard