Computes the cross product between two vectors of dimension 3. Used as an inlinable function in geometric manipulations
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in), | dimension(3) | :: | a |
Input vector |
|
real(kind=rp), | intent(in), | dimension(3) | :: | b |
Input vector |
Output vector