Function compute intersection of plane with cube by checking intersection of two triangle of a plane with cube
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_PeriodicPlane_type), | intent(in) | :: | periPlane | periodic plane to check intersection with cube |
||
type(tem_cube_type), | intent(in) | :: | cube |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iTri | ||||
integer, | private | :: | interTri |