AspectRatio

public struct AspectRatio : Encodable

Sets this scene’s axis aspectratio.

  • x

    Undocumented

    Declaration

    Swift

    public var x: Double?
  • y

    Undocumented

    Declaration

    Swift

    public var y: Double?
  • z

    Undocumented

    Declaration

    Swift

    public var z: Double?
  • Creates AspectRatio object with specified properties.

    Declaration

    Swift

    public init(x: Double? = nil, y: Double? = nil, z: Double? = nil)