Starts
public struct Starts : Encodable
Undocumented
-
Sets the x components of the starting position of the streamtubes
Declaration
Swift
public var x: [Double]?
-
Sets the y components of the starting position of the streamtubes
Declaration
Swift
public var y: [Double]?
-
Sets the z components of the starting position of the streamtubes
Declaration
Swift
public var z: [Double]?
-
Creates
Starts
object with specified properties.Declaration
Swift
public init(x: [Double]? = nil, y: [Double]? = nil, z: [Double]? = nil)
Parameters
x
Sets the x components of the starting position of the streamtubes
y
Sets the y components of the starting position of the streamtubes
z
Sets the z components of the starting position of the streamtubes