---
title: "createZeroVectorFrom"
description: "Creates an AnimationVector with all the values set to 0 using the provided [TwoWayConverter] and
the [value]."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
public fun <T, V : AnimationVector> TwoWayConverter<T, V>.createZeroVectorFrom(value: T): V
```


Creates an AnimationVector with all the values set to 0 using the provided `TwoWayConverter` and
the `value`.

#### Returns

| | |
| --- | --- |
|  | a new AnimationVector instance of type `V`. |




