C# Class TechfairKinect.Components.Particles.Particle

Mostra file Open project: techx/old-techfair-kinect-booth Class Usage Examples

Public Methods

Method Description
Interpolate ( double interpolation ) : Particle
Particle ( ) : System.Collections.Generic
Particle ( Vector3D position, double radius ) : System.Collections.Generic
Particle ( Vector3D position, double radius, Vector3D velocity ) : System.Collections.Generic
Update ( double timeStep ) : void

Private Methods

Method Description
UpdateVelocity ( double timeStep ) : void

Method Details

Interpolate() public method

public Interpolate ( double interpolation ) : Particle
interpolation double
return Particle

Particle() public method

public Particle ( ) : System.Collections.Generic
return System.Collections.Generic

Particle() public method

public Particle ( Vector3D position, double radius ) : System.Collections.Generic
position Vector3D
radius double
return System.Collections.Generic

Particle() public method

public Particle ( Vector3D position, double radius, Vector3D velocity ) : System.Collections.Generic
position Vector3D
radius double
velocity Vector3D
return System.Collections.Generic

Update() public method

public Update ( double timeStep ) : void
timeStep double
return void