# PathPoint
Represents a point on a bezier path.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## PathPoint interface

Represents a point on a bezier path.

**Signature:**

```typescript
interface PathPoint
```

## Remarks

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [inTan](/en/creator-api/values/path-point/in-tan)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Vector](/en/creator-api/values/vector)
      </td>

      <td>
        The incoming tangent
      </td>
    </tr>

    <tr>
      <td>
        [outTan](/en/creator-api/values/path-point/out-tan)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Vector](/en/creator-api/values/vector)
      </td>

      <td>
        The outgoing tangent
      </td>
    </tr>

    <tr>
      <td>
        [vertex](/en/creator-api/values/path-point/vertex)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Vector](/en/creator-api/values/vector)
      </td>

      <td>
        The position of the point
      </td>
    </tr>
  </tbody>
</table>
