Create 4x4 projection matrix for 3D to 2D transformation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | azim | |||
real(kind=wp), | intent(in) | :: | elev | |||
real(kind=wp), | intent(in) | :: | dist | |||
real(kind=wp), | intent(out) | :: | proj_matrix(4,4) |