Searched refs:absval (Results 1 – 2 of 2) sorted by relevance
41 dx = p2.x - p1.x; ax = absval( dx ); in theta()42 dy = p2.y - p1.y; ay = absval( dy ); in theta()
73 template <typename NumType> NumType absval( NumType x ) in absval() function
Completed in 9 milliseconds