C# 클래스 Grapher, Stereoscopic_Scatterplot

상속: MonoBehaviour
파일 보기 프로젝트 열기: noahfreedman/Stereoscopic_Scatterplot

공개 프로퍼티들

프로퍼티 타입 설명
absolute bool
function FunctionOption
threshold float

공개 메소드들

메소드 설명
Update ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

absolute 공개적으로 프로퍼티

public bool absolute
리턴 bool

function 공개적으로 프로퍼티

public FunctionOption function
리턴 FunctionOption

threshold 공개적으로 프로퍼티

public float threshold
리턴 float