• Sceneform SDK for Android was open sourced and archived (github.com/google-ar/sceneform-android-sdk) with version 1.16.0.
  • This site (developers.google.com/sceneform) serves as the documentation archive for the previous version, Sceneform SDK for Android 1.15.0.
  • Do not use version 1.17.0 of the Sceneform Maven artifacts.
  • The 1.17.1 Maven artifacts can be used. Other than the version, however, the 1.17.1 artifacts are identical to the 1.15.0 artifacts.

Vector3Evaluator

public class Vector3Evaluator

TypeEvaluator for Vector3. Used to animate positions and other vectors.

Public Constructors

Public Methods

Vector3
evaluate(float fraction, Vector3 startValue, Vector3 endValue)

Inherited Methods

Public Constructors

public Vector3Evaluator ()

Public Methods

public Vector3 evaluate (float fraction, Vector3 startValue, Vector3 endValue)

Parameters
fraction
startValue
endValue