Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
REAL | blTrueAngle (REAL opp, REAL adj) |
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
REAL blTrueAngle(REAL opp, REAL adj)
[in] | opp | Length of opposite side |
[in] | adj | Length of adjacent side |
Returns the true positive angle between 0 and 2PI given the opp and adj lengths
Definition in file TrueAngle.c.
[in] | opp | Opposite length |
[in] | adj | Adjacent length |
Return the +ve angle between 0 and 2PI given the opp and adj values.
Definition at line 107 of file TrueAngle.c.