Defines a STL triangle.
More...
|
real(kind=sp), dimension(3) | n |
|
real(kind=sp), dimension(3) | v1 |
|
real(kind=sp), dimension(3) | v2 |
|
real(kind=sp), dimension(3) | v3 |
|
integer(kind=i2) | attrib |
|
Definition at line 14 of file stl.f90.
◆ attrib
integer(kind=i2) stl::stl_triangle_t::attrib |
real(kind=sp), dimension(3) stl::stl_triangle_t::n |
◆ v1
real(kind=sp), dimension(3) stl::stl_triangle_t::v1 |
◆ v2
real(kind=sp), dimension(3) stl::stl_triangle_t::v2 |
◆ v3
real(kind=sp), dimension(3) stl::stl_triangle_t::v3 |
The documentation for this type was generated from the following file:
- /home/runner/work/neko/neko/src/io/format/stl.f90