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