Returns the angle in radians between x=0 y=-1 (up) and the given vector in a clockwise direction. Returns a value from 0 to 2*Pi.
class function ATanFullRad(const V: TAgkVector): Single; overload; static;
Parameters |
Description |
const V: TAgkVector |
The vector to check. |
The angle in radians.
Copyright (c) 2012. All rights reserved.
|