> ## 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.

# Angle with Respect to Plane

Derives the angle of a vector relative to a plane. Returns the absolute value of the smallest angle in degrees.

### Inputs

| Name   | Type                                                   | Description                                         |
| ------ | ------------------------------------------------------ | --------------------------------------------------- |
| Vector | [Vector](../../../../block-documentation/types/vector) | Vector(s) to derive the angles relative to a plane. |
| Plane  | [Plane](../../../../block-documentation/types/plane)   | Plane used to determine the angle of the vectors.   |

### Outputs

| Type                                                   |
| ------------------------------------------------------ |
| [Scalar](../../../../block-documentation/types/scalar) |
