Class Vector3Evaluator

  • All Implemented Interfaces:
    android.animation.TypeEvaluator<Vector3>

    public class Vector3Evaluator
    extends java.lang.Object
    implements android.animation.TypeEvaluator<Vector3>
    TypeEvaluator for Vector3. Used to animate positions and other vectors.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Vector3 evaluate​(float fraction, Vector3 startValue, Vector3 endValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vector3Evaluator

        public Vector3Evaluator()
    • Method Detail

      • evaluate

        public Vector3 evaluate​(float fraction,
                                Vector3 startValue,
                                Vector3 endValue)
        Specified by:
        evaluate in interface android.animation.TypeEvaluator<Vector3>