This function project given vector on an given plane
Example: projection of vector a onto a vector u is given as \f$ proj_u a = \frac{a \cdot u}{|u|^2} \cdot u \f$
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | vecU(3) |
vector to project |
||
type(tem_plane_type), | intent(in) | :: | plane |
plane on which vecU will be projected |
output projected value