Package-level declarations
Lenses, defining projection matrix.
Types
Functions
Link copied to clipboard
inline fun <T : Number, Comparable<T>> FrustumLens(left: T, right: T = -left, bottom: T, top: T = -bottom, near: T, far: T): FrustumLens<T>
Returns a new lens for a perspective projection defined by a given frustum.
Link copied to clipboard
Link copied to clipboard
inline fun <T : Number, Comparable<T>> PerspectiveLens(fovY: Angle<T>, aspect: T, near: T, far: T): PerspectiveLens<T>
Returns a new lens for a perspective projection defined by a given frustum.