---
title: "AnimationVector3D"
description: "This class defines a 3D vector that contains three Float value fields for the three dimensions."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
public class AnimationVector3D(v1: Float, v2: Float, v3: Float) : AnimationVector()
```


This class defines a 3D vector that contains three Float value fields for the three dimensions.

#### Parameters

| | |
| --- | --- |
| v1 | initial value to set on the first dimension |
| v2 | initial value to set on the second dimension |
| v3 | initial value to set on the third dimension |




