C# 클래스 TechfairKinect.Components.Particles.ParticleManipulation.AdjacentJointPair

파일 보기 프로젝트 열기: techx/old-techfair-kinect-booth

공개 메소드들

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

비공개 메소드들

메소드 설명
ActivateJointPair ( Vector3D left, Vector3D right ) : void
CalculateIntercept ( Vector3D left, Vector3D right ) : void
DeactivateIntercept ( ) : void
DeactivateJointPair ( ) : void
ParticleIsActive ( Particle scaledParticle ) : bool

메소드 상세

AdjacentJointPair() 공개 메소드

public AdjacentJointPair ( JointType left, JointType right, double thresholdHeight ) : System
left JointType
right JointType
thresholdHeight double
리턴 System

CalculateScaledProjectedParticleCenter() 공개 메소드

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
리턴 Vector3D

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( ScaledJoint>.Dictionary scaledSkeleton ) : void
scaledSkeleton ScaledJoint>.Dictionary
리턴 void