# Vector3Int.Inverse

```csharp
Vector3 Inverse { get; set; }
```

Returns the inverse of this vector, which is useful for scaling vectors. Keep in mind this returns a Vector3 and not a Vector3Int.

Declared in [Vector3Int](/api/Vector3Int).
Assembly: `Sandbox.System`.
