Calculates the product of two quaternions
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in), | dimension(4) | :: | p |
Quaternion. |
|
| real(kind=rp), | intent(in), | dimension(4) | :: | q |
Quaternion. |
|
| real(kind=rp), | intent(out), | dimension(4) | :: | pq |
Product of |
|
| logical, | intent(in), | optional | :: | normalize |
Whether to normalize the product, defaults to |