Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
line2_from_two_point2
Subroutine
11 statements
Source File
math_geom.f90
foreng_math_geom
line2_from_two_point2
Contents
None
public subroutine line2_from_two_point2(line, two_points)
Arguments
Type
Intent
Optional
Attributes
Name
class(
line2
),
intent(out)
::
line
class(
point2
),
intent(in),
dimension(2), target
::
two_points
Contents
None