C# Class Grapher, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
显示文件 Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
absolute bool
function FunctionOption
threshold float

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
CreatePoints ( ) : void
Exponential ( Vector3 p, float t ) : float
Linear ( Vector3 p, float t ) : float
Parabola ( Vector3 p, float t ) : float
Ripple ( Vector3 p, float t ) : float
Sine ( Vector3 p, float t ) : float

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

absolute public_oe property

public bool absolute
return bool

function public_oe property

public FunctionOption function
return FunctionOption

threshold public_oe property

public float threshold
return float