C# 클래스 Particles.ParametricSurface

상속: ParticleSystem
파일 보기 프로젝트 열기: guidovanhilst/SharpThreejs

공개 프로퍼티들

프로퍼티 타입 설명
Geometry THREE.ParametricGeometry
NrU int
NrV int

공개 메소드들

메소드 설명
CreateParticles ( ) : void
FixRange ( int i1, int i2 ) : void
MakeConstrains ( ) : void
ParamFunction ( double u, double v ) : THREE.Vector3

Implement in derive class

ParametricSurface ( ) : System
Reset ( ) : void
SetFixed ( ) : void
UpdateGeometry ( ) : void
index ( int u, int v ) : int
simulate ( double time ) : void

메소드 상세

CreateParticles() 공개 메소드

public CreateParticles ( ) : void
리턴 void

FixRange() 공개 메소드

public FixRange ( int i1, int i2 ) : void
i1 int
i2 int
리턴 void

MakeConstrains() 공개 메소드

public MakeConstrains ( ) : void
리턴 void

ParamFunction() 공개 추상적인 메소드

Implement in derive class
public abstract ParamFunction ( double u, double v ) : THREE.Vector3
u double
v double
리턴 THREE.Vector3

ParametricSurface() 공개 메소드

public ParametricSurface ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetFixed() 공개 메소드

public SetFixed ( ) : void
리턴 void

UpdateGeometry() 공개 메소드

public UpdateGeometry ( ) : void
리턴 void

index() 공개 메소드

public index ( int u, int v ) : int
u int
v int
리턴 int

simulate() 공개 메소드

public simulate ( double time ) : void
time double
리턴 void

프로퍼티 상세

Geometry 공개적으로 프로퍼티

public THREE.ParametricGeometry Geometry
리턴 THREE.ParametricGeometry

NrU 공개적으로 프로퍼티

public int NrU
리턴 int

NrV 공개적으로 프로퍼티

public int NrV
리턴 int