angle

This named function with two arguments calculates the so called atan2(x, y) if the arguments are of the type double. 3d vector arguments are interpreted as arrows and the angle between the two arrows are calculated.

Argument and result types

argument 1 argument 2 result
double
double
double
3d
vector
3d
vector
double

Examples

angle(x,y)