# Landmarks to RBF Points

<div align="left"><figure><img src="https://2202237093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FililYtTOKJkeJpzbCa02%2Fuploads%2FzbUQGogi4vdRSzLsS2LD%2Fimage.png?alt=media&#x26;token=07083ee2-9ffb-4f43-bb32-a84b62380bab" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that converts landmarks to RBF control points.
 * 
 * Transforms landmark correspondences into RBF deformation
 * points for use with the RBF Deformer node.
 * 
 * Usage:
 * 1. Connect landmarks input
 * 2. Select side (Left/Right) for symmetric meshes
 * 3. Output RBF points for deformation
 */
```
