Update snippets/vectorAngle.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: vectorAngle
|
title: vectorAngle
|
||||||
tags: math,intermediate
|
tags: math,beginner
|
||||||
---
|
---
|
||||||
|
|
||||||
Returns the angle (theta) value between two vectors.
|
Returns the angle (theta) value between two vectors.
|
||||||
@ -33,4 +33,4 @@ const theta = ((...x) =>{
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
theta(3,4,4,3); // 0.283794109208328
|
theta(3,4,4,3); // 0.283794109208328
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user