Example #1
0
 public void VaryVectorBellApproximation()
 {
     m_setCallback(Variations.VectorBellApproximation(m_lowScale, m_highScale, 10),
                   Variations.VectorBellApproximation(m_lowRotation, m_highRotation, 10),
                   Variations.VectorBellApproximation(m_lowTranslation, m_highTranslation, 10));
 }