hmi.elckerlyc.animationengine.mixed
Class Branch

java.lang.Object
  extended by hmi.elckerlyc.animationengine.mixed.Branch

public class Branch
extends Object

A connector and the connected id branch

Author:
welberge

Field Summary
 Connector connector
           
private  float[] connectorTransform
           
 IDBranch idBranch
           
 
Constructor Summary
Branch()
           
 
Method Summary
 float getMassOffset(float[] q, int qIndex, float[] result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idBranch

public IDBranch idBranch

connector

public Connector connector

connectorTransform

private float[] connectorTransform
Constructor Detail

Branch

public Branch()
Method Detail

getMassOffset

public float getMassOffset(float[] q,
                           int qIndex,
                           float[] result)