# GetNormal(int)

> Get the normal at a particular contact point in this contact pair.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public Vector3 GetNormal(int i)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Index of the contact point.

### Returns

| Type                                                              | Description                  |
| ----------------------------------------------------------------- | ---------------------------- |
| [Vector3](/engine/6000.0/script-reference/unityengine/vector3.md) | Normal at the contact point. |
