C# Class Grapher, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Afficher le fichier Open project: noahfreedman/Stereoscopic_Scatterplot

Méthodes publiques

Свойство Type Description
absolute bool
function FunctionOption
threshold float

Méthodes publiques

Méthode Description
Update ( ) : void

Private Methods

Méthode 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 méthode

public Update ( ) : void
Résultat void

Property Details

absolute public_oe property

public bool absolute
Résultat bool

function public_oe property

public FunctionOption function
Résultat FunctionOption

threshold public_oe property

public float threshold
Résultat float