artisynth.core.inverse
Class StaticMotionTargetTerm
java.lang.Object
artisynth.core.inverse.LeastSquaresTermBase
artisynth.core.inverse.StaticMotionTargetTerm
- All Implemented Interfaces:
- LeastSquaresTerm, HasProperties
public class StaticMotionTargetTerm
- extends LeastSquaresTermBase
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticMotionTargetTerm
public StaticMotionTargetTerm(TrackingController opt)
getTargetSize
public int getTargetSize()
getTerm
public int getTerm(MatrixNd H,
VectorNd b,
int rowoff,
double t0,
double t1)
setTargetWeights
public void setTargetWeights(VectorNd wgts)
getTargetWeights
public VectorNd getTargetWeights()
setWeight
public void setWeight(double w)
- Specified by:
setWeight
in interface LeastSquaresTerm
- Overrides:
setWeight
in class LeastSquaresTermBase
dispose
public void dispose()