point2_from_polar_r32 Function

public function point2_from_polar_r32(rho, theta) result(point)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: rho
real(kind=real32), intent(in) :: theta

Return Value type(point2)


Contents

None