This type contains line definition i.e origin and vector which defines the direction of the line
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public | :: | origin(3) | ||||
real(kind=rk), | public | :: | vec(3) |
type tem_line_type
real(kind=rk) :: origin(3) !< line origin
real(kind=rk) :: vec(3) !< vector which defines direction of the line
end type tem_line_type