# SetPoint(int, Vector3)

> Set the location of a particular contact point in this contact pair.

## Definition

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

```csharp
public void SetPoint(int i, Vector3 v)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Index of the contact point.**** (\[Vector3]\(/engine/6000.7/script-reference/unityengine/vector3)): The location of a contact point.
