> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/rbf-deformer/landmarks-to-rbf-points.md).

# Landmarks to RBF Points

<div align="left"><figure><img src="/files/YrcjGTbhUVQr4EBMt6Gb" 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
 */
```
