Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public | :: | coord(3) |
real world coordinates of one point of the plane |
|||
real(kind=rk), | public | :: | normal(3) |
normal vector of the plane |
type tem_plane !> real world coordinates of one point of the plane real(kind=rk) :: coord(3) !> normal vector of the plane real(kind=rk) :: normal(3) end type tem_plane