Vector3Evaluator

  • Vector3Evaluator is a type evaluator used for animating positions and other 3D vectors in Sceneform.

  • It provides a way to smoothly transition between two Vector3 values.

  • It includes an evaluate method to calculate intermediate Vector3 values based on a fraction.

  • Vector3Evaluator inherits standard methods from Object and implements the TypeEvaluator interface.

public class Vector3Evaluator

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

Public Constructors

Public Methods

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
Design a Mobile Site
View Site in Mobile | Classic
Share by: