Eye
public struct Eye : Encodable
Sets the (x,y,z) components of the ‘eye’ camera vector.
This vector determines the view point about the origin of this scene.
-
Undocumented
Declaration
Swift
public var x: Double?
-
Undocumented
Declaration
Swift
public var y: Double?
-
Undocumented
Declaration
Swift
public var z: Double?
-
Creates
Eye
object with specified properties.Declaration
Swift
public init(x: Double? = nil, y: Double? = nil, z: Double? = nil)