> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rotate Vector Field with Axis Field

> AI context for Rotate Vector Field with Axis Field. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/DaveMakesStuff/rotate-vector-field-with-axis-field).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Rotate  local vectors in a vector field around local vectors in an "axis" vector field.

## Package Details

| Field            | Value                                                            |
| ---------------- | ---------------------------------------------------------------- |
| **ID**           | `rotate-vector-field-with-axis-field`                            |
| **Type**         | Block                                                            |
| **Author**       | DaveMakesStuff                                                   |
| **Version**      | 0.1.0                                                            |
| **nTop Version** | 4.12+                                                            |
| **Domain**       | Geometry                                                         |
| **Complexity**   | Intermediate                                                     |
| **Tags**         | `vector`, `vector field`, `rotate`, `axis`, `Rodrigues Rotation` |
| **License**      | MIT                                                              |
| **Verified**     | No                                                               |

***

Rotate  local vectors in a vector field around local vectors in an "axis" vector field. Define the amount of rotate with an scalar field in degrees.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities-community.git
```

The package lives at `packages/DaveMakesStuff/rotate-vector-field-with-axis-field/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.12+.
2. Input appropriate vector and scalar fields

## Inputs & outputs

| Name              | Type         | Notes                                                                                          |
| ----------------- | ------------ | ---------------------------------------------------------------------------------------------- |
| `Field to Rotate` | Vector Field | The field to rotate                                                                            |
| `Axis Field`      | Vector Field | The vectors in this field will serve as local axis around which to rotate that the above field |
| `Angle`           | Scalar Field | Defines the amount of local rotation                                                           |
| `Rotated Field`   | Vector Field | Output field                                                                                   |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/rotate-vector-field-with-axis-field](https://community.ntop.com/packages/DaveMakesStuff/rotate-vector-field-with-axis-field)
