Store vertex index for a triangular face. More...
#include <polyhedron_volume.hh>
Public Member Functions | |
Face ()=default | |
Face (int i1, int i2, int i3) | |
Public Attributes | |
int | i1 |
Index of vertices. More... | |
int | i2 |
int | i3 |
Store vertex index for a triangular face.
Definition at line 61 of file polyhedron_volume.hh.
|
default |
Polyhedron::Face::Face | ( | int | i1, |
int | i2, | ||
int | i3 | ||
) |
Definition at line 30 of file polyhedron_volume.cc.
int buoyancy::Polyhedron::Face::i1 |
Index of vertices.
Definition at line 68 of file polyhedron_volume.hh.
int buoyancy::Polyhedron::Face::i2 |
Definition at line 68 of file polyhedron_volume.hh.
int buoyancy::Polyhedron::Face::i3 |
Definition at line 68 of file polyhedron_volume.hh.