A point object with coordinates stored in cartesian coordinates
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | x | ||||
real(kind=real64), | public | :: | y |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self |
Print the polar coordinates of a point in this form
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self |
Calculate the magnitude (distance from the origin) of
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self |
Return the angle (in degrees) of the polar representation of a point
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self | |||
class(point2), | intent(in) | :: | p2 |
This is the comment for a generic function
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in) | :: | rho | |||
real(kind=real32), | intent(in) | :: | theta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | rho | |||
real(kind=real64), | intent(in) | :: | theta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | rho | |||
integer, | intent(in) | :: | theta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(out) | :: | point | |||
real(kind=real32), | intent(in), | dimension(2) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(out) | :: | point | |||
real(kind=real64), | intent(in), | dimension(2) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(out) | :: | point | |||
integer, | intent(in), | dimension(2) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self | |||
class(point2), | intent(in) | :: | p2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self | |||
class(point2), | intent(in) | :: | p2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self | |||
class(point2), | intent(in) | :: | p2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self | |||
class(point2), | intent(in) | :: | p2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in) | :: | rho | |||
real(kind=real32), | intent(in) | :: | theta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | rho | |||
real(kind=real64), | intent(in) | :: | theta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | rho | |||
integer, | intent(in) | :: | theta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(out) | :: | point | |||
real(kind=real32), | intent(in), | dimension(2) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(out) | :: | point | |||
real(kind=real64), | intent(in), | dimension(2) | :: | array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(point2), | intent(out) | :: | point | |||
integer, | intent(in), | dimension(2) | :: | array |