vector.angle
EditReturns the angle between two vectors.
angle = vector.angle(a, b, axis)Arguments
| Name | Type | Description |
| a | vector | The first vector. |
| b | vector | The second vector. |
| axis | vector | An axis used to determine the sign of the angle. |
Returns
| Name | Type | Description |
| angle | number | The angle between the two vectors. |