Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
point3_from_spherical_r64
Function
9 statements
Source File
math_geom.f90
foreng_math_geom
point3_from_spherical_r64
Contents
None
public function point3_from_spherical_r64(rho, theta, phi) result(point)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
rho
real(kind=real64),
intent(in)
::
theta
real(kind=real64),
intent(in)
::
phi
Return Value
type(
point3
)
Contents
None