Center
public struct Center : Encodable
Sets the (x,y,z) components of the ‘center’ camera vector This vector determines the translation (x,y,z) space about the center of this scene.
By default, there is no such translation.
-
Undocumented
Declaration
Swift
public var x: Double?
-
Undocumented
Declaration
Swift
public var y: Double?
-
Undocumented
Declaration
Swift
public var z: Double?
-
Creates
Center
object with specified properties.Declaration
Swift
public init(x: Double? = nil, y: Double? = nil, z: Double? = nil)