C# Class TechfairKinect.Components.Particles.ParticleManipulation.AdjacentJointPair

Afficher le fichier Open project: techx/old-techfair-kinect-booth

Méthodes publiques

Méthode Description
AdjacentJointPair ( JointType left, JointType right, double thresholdHeight ) : System
CalculateScaledProjectedParticleCenter ( Particle scaledParticle ) : Vector3D

Warning: for speed, the particle is assumed to be contained by this AdjacentJointPair. Calling this function with a particle not in the interval may have unexpected results

ToString ( ) : string
Update ( ScaledJoint>.Dictionary scaledSkeleton ) : void

Private Methods

Méthode Description
ActivateJointPair ( Vector3D left, Vector3D right ) : void
CalculateIntercept ( Vector3D left, Vector3D right ) : void
DeactivateIntercept ( ) : void
DeactivateJointPair ( ) : void
ParticleIsActive ( Particle scaledParticle ) : bool

Method Details

AdjacentJointPair() public méthode

public AdjacentJointPair ( JointType left, JointType right, double thresholdHeight ) : System
left JointType
right JointType
thresholdHeight double
Résultat System

CalculateScaledProjectedParticleCenter() public méthode

Warning: for speed, the particle is assumed to be contained by this AdjacentJointPair. Calling this function with a particle not in the interval may have unexpected results
public CalculateScaledProjectedParticleCenter ( Particle scaledParticle ) : Vector3D
scaledParticle Particle
Résultat Vector3D

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( ScaledJoint>.Dictionary scaledSkeleton ) : void
scaledSkeleton ScaledJoint>.Dictionary
Résultat void