ZPerspectiveLensData
13 items
- All (13)
- Constructors (1)
- Functions (2)
- Properties (10)
All
13constructorZPerspectiveLensData
constructor()
constructor(near: Float = 0.0f, far: Float = 0.0f, fov: Float)
constructor(near: Float = 0.0f, far: Float = 0.0f, fov: Float, aspectRatio: Float)
var_aspectRatio
var _aspectRatio: Float?
varaspectRatio
var aspectRatio: Float
varfar
var far: Float
varfov
var fov: Float
varheight
var height: Float?
varnear
var near: Float
open override val projectionMatrix: ZMatrix4
valrefId
@Transient open override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
var useComputedAspectRatio: Boolean
varwidth
var width: Float?
fun setDimensions(width: Int, height: Int)
funtoString
open override fun toString(): String
Constructors
1constructorZPerspectiveLensData
constructor()
constructor(near: Float = 0.0f, far: Float = 0.0f, fov: Float)
constructor(near: Float = 0.0f, far: Float = 0.0f, fov: Float, aspectRatio: Float)
Properties
10var_aspectRatio
var _aspectRatio: Float?
varaspectRatio
var aspectRatio: Float
varfar
var far: Float
varfov
var fov: Float
varheight
var height: Float?
varnear
var near: Float
open override val projectionMatrix: ZMatrix4
valrefId
@Transient open override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
var useComputedAspectRatio: Boolean
varwidth
var width: Float?