Bioplib
Protein Structure C Library
|
General maths/stats/vector functions. More...
Go to the source code of this file.
Functions | |
REAL | blDistPtLine (VEC3F Point, VEC3F End1, VEC3F End2) |
General maths/stats/vector functions.
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.
Definition in file DistPtLine.c.
[in] | Point | The coordinates of a point |
[in] | End1 | Coordinates of one end of vector |
[in] | End2 | Coordinates of other end of vector |
Calculate the distance from a point to a line described by two vector end points
Definition at line 100 of file DistPtLine.c.