# forward

> Calculate the vector from SegmentGeometry.point1 to SegmentGeometry.point2. See SegmentGeometry.backward.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public readonly Vector2 forward { get; }
```
