Uses of Class
edu.stanford.rsl.konrad.geometry.splines.TimeVariantSurfaceBSpline

Packages that use TimeVariantSurfaceBSpline
edu.stanford.rsl.konrad.geometry.motion   
 

Uses of TimeVariantSurfaceBSpline in edu.stanford.rsl.konrad.geometry.motion
 

Constructors in edu.stanford.rsl.konrad.geometry.motion with parameters of type TimeVariantSurfaceBSpline
PointBasedMotionField(TimeVariantSurfaceBSpline[] variants, int context)
           
 

Constructor parameters in edu.stanford.rsl.konrad.geometry.motion with type arguments of type TimeVariantSurfaceBSpline
PointBasedMotionField(java.util.ArrayList<TimeVariantSurfaceBSpline> variants, int context)