project_normalized_3d_data Subroutine

public subroutine project_normalized_3d_data(x_norm, y_norm, z_norm, x2d, y2d)

Project normalized 3D data to 2D using default viewing angles

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x_norm(:)
real(kind=wp), intent(in) :: y_norm(:)
real(kind=wp), intent(in) :: z_norm(:)
real(kind=wp), intent(out) :: x2d(:)
real(kind=wp), intent(out) :: y2d(:)