# Matrix.TransformNormal

```csharp
Vector3 TransformNormal(Vector3 v)
```

Transforms a normal vector by a specified 4x4 matrix

### Parameters

- `v` (`Vector3`)

### Returns

`Vector3`

Declared in [Matrix](/api/Matrix).
Assembly: `Sandbox.System`.
