C# Class MatLabInterface, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Datei anzeigen Open project: noahfreedman/Stereoscopic_Scatterplot Class Usage Examples

Public Properties

Property Type Description
xMin float

Public Methods

Method Description
formulaToMeshgrid ( string formula, double xRange, double yRange ) : void

Private Methods

Method Description
ProcessMeshgrid ( string data ) : void
WaitForRequest ( WWW www ) : IEnumerator

Method Details

formulaToMeshgrid() public method

public formulaToMeshgrid ( string formula, double xRange, double yRange ) : void
formula string
xRange double
yRange double
return void

Property Details

xMin public_oe property

public float xMin
return float