Bioplib
Protein Structure C Library
|
General maths/stats/vector functions. More...
Go to the source code of this file.
Functions | |
void | blCrossProd3 (VEC3F *Out, VEC3F In1, VEC3F In2) |
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 CrossProd3.c.
[in] | In1 | First vector |
[in] | In2 | Second vector |
[out] | Out | Output vector |
Calculate the cross product of 2 3-vectors
Definition at line 94 of file CrossProd3.c.