toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.collision
/
Vector3Evaluator
Vector3Evaluator
open
class
Vector3Evaluator
:
TypeEvaluator
<
T
>
TypeEvaluator for Vector3. Used to animate positions and other vectors.
Members
Constructors
Vector3Evaluator
Link copied to clipboard
constructor
(
)
Functions
evaluate
Link copied to clipboard
open
fun
evaluate
(
fraction
:
Float
,
startValue
:
Vector3
,
endValue
:
Vector3
)
:
Vector3