C# 클래스 Axiom.Demos.Julia

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
Julia ( float global_real, float global_imag, float global_theta ) : System
eval ( float x, float y, float z ) : float
qadd ( Quat &a, Quat &b ) : void
qmult ( Quat &c, Quat &a, Quat &b ) : void
qsqr ( Quat &b, Quat &a ) : void

메소드 상세

Julia() 공개 메소드

public Julia ( float global_real, float global_imag, float global_theta ) : System
global_real float
global_imag float
global_theta float
리턴 System

eval() 공개 메소드

public eval ( float x, float y, float z ) : float
x float
y float
z float
리턴 float

qadd() 공개 메소드

public qadd ( Quat &a, Quat &b ) : void
a Quat
b Quat
리턴 void

qmult() 공개 메소드

public qmult ( Quat &c, Quat &a, Quat &b ) : void
c Quat
a Quat
b Quat
리턴 void

qsqr() 공개 메소드

public qsqr ( Quat &b, Quat &a ) : void
b Quat
a Quat
리턴 void