type contains intrinsic plane information
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | origin(3) | origin of the plane in x,y,z coordinate system |
|||
| real(kind=rk), | private | :: | vec(3,2) | two vectors defining the plane length 1st index x,y,z coordinate, 2nd index vector number |
|||
| type(tem_triangle_type), | private | :: | triangle(2) | Convert plane into two triangles |
|||
| real(kind=rk), | private | :: | unitNormal(3) | unit normal direction of a plane |