#include <tet.h>
Inheritance diagram for mesh::Tet::CoordinateMatrix:
Public Member Functions | |
CoordinateMatrix (const Tet &tet) |
( 1 x0 y0 z0 ) ( 1 x1 y1 z1 ) ( 1 x2 y2 z2 ) ( 1 x3 y3 z3 )
where (xi, yi, zi) are the coordinates of corner i.
Definition at line 175 of file tet.h.
mesh::Tet::CoordinateMatrix::CoordinateMatrix | ( | const Tet & | tet | ) |
Constructs CoordinateMatrix for Tet tet.
Definition at line 147 of file tet.cpp.
References mesh::Tet::_corners, mesh::Point::get_coord(), mesh::Tet::get_mesh(), and mesh::TetMesh::get_point().
Here is the call graph for this function: