Nodes in this category perform trigonometric operations such as sine, cosine, tangent, and their inverses.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Cosine | The cosine trigonometric function ( | f64 → f64f32 → f32 |
| Cosine Inverse | The inverse cosine trigonometric function ( | f64 → f64f32 → f32 |
| Sine | The sine trigonometric function ( | f64 → f64f32 → f32 |
| Sine Inverse | The inverse sine trigonometric function ( | f64 → f64f32 → f32 |
| Tangent | The tangent trigonometric function ( | f64 → f64f32 → f32 |
| Tangent Inverse | The inverse tangent trigonometric function (
The resulting angle is always in the range | f64 → f64f32 → f32vec2 → f64 |