| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public | :: | m | ||||
| real(kind=real64), | public | :: | b |
Evaluate y = mx + b for a given x
Evaluate y = mx + b for a given y
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(line2), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(line2), | intent(out) | :: | line | |||
| class(point2), | intent(in), | dimension(2), target | :: | two_points |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(line2), | intent(out) | :: | line | |||
| class(point2), | intent(in), | dimension(2), target | :: | two_points |