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
Startsobject with specified properties.Declaration
Swift
public init(x: [Double]? = nil, y: [Double]? = nil, z: [Double]? = nil)Parameters
xSets the x components of the starting position of the streamtubes
ySets the y components of the starting position of the streamtubes
zSets the z components of the starting position of the streamtubes
View on GitHub
Install in Dash
Starts Structure Reference