Vector.angleTo

Calculates angle between line this->to and X ordinate

struct Vector(T, size_t N)
static if(N == 2)
double
angleTo
if (
isNumeric!T &&
N > 0
)

Meta