Zernikaloscomponents.cameraZLensDataZLensData Members Constructors ZLensData Link copied to clipboard constructor()constructor(near: Float, far: Float)constructor(near: Float, far: Float, aspectRatio: Float) Properties _aspectRatio Link copied to clipboard var _aspectRatio: Float? aspectRatio Link copied to clipboard var aspectRatio: Float far Link copied to clipboard var far: Float height Link copied to clipboard var height: Float? near Link copied to clipboard var near: Float projectionMatrix Link copied to clipboard abstract val projectionMatrix: ZMatrix4 refId Link copied to clipboard @Transientopen override val refId: IntRepresents the unique reference identifier for a component. useComputedAspectRatio Link copied to clipboard var useComputedAspectRatio: Boolean width Link copied to clipboard var width: Float? Functions setDimensions Link copied to clipboard fun setDimensions(width: Int, height: Int) toString Link copied to clipboard abstract override fun toString(): String