Method | 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 |
Method | Description | |
---|---|---|
ActivateJointPair ( Vector3D left, Vector3D right ) : void | ||
CalculateIntercept ( Vector3D left, Vector3D right ) : void | ||
DeactivateIntercept ( ) : void | ||
DeactivateJointPair ( ) : void | ||
ParticleIsActive ( Particle scaledParticle ) : bool |
public AdjacentJointPair ( JointType left, JointType right, double thresholdHeight ) : System | ||
left | JointType | |
right | JointType | |
thresholdHeight | double | |
return | System |
public CalculateScaledProjectedParticleCenter ( Particle scaledParticle ) : Vector3D | ||
scaledParticle | Particle | |
return | Vector3D |
public Update ( ScaledJoint>.Dictionary |
||
scaledSkeleton | ScaledJoint>.Dictionary | |
return | void |