OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
Public Member Functions | |
Triangle () | |
Triangle (const Vector_t &v1, const Vector_t &v2, const Vector_t &v3) | |
const Vector_t & | v1 () const |
double | v1 (int i) const |
const Vector_t & | v2 () const |
double | v2 (int i) const |
const Vector_t & | v3 () const |
double | v3 (int i) const |
void | scale (const Vector_t &scaleby, const Vector_t &shiftby) |
Public Attributes | |
Vector_t | pts [3] |
Definition at line 417 of file BoundaryGeometry.cpp.
|
inline |
Definition at line 419 of file BoundaryGeometry.cpp.
Definition at line 446 of file BoundaryGeometry.cpp.
References pts.
Referenced by Voxel::intersect().
|
inline |
|
inline |
Definition at line 429 of file BoundaryGeometry.cpp.
References pts.
|
inline |
|
inline |
Definition at line 435 of file BoundaryGeometry.cpp.
References pts.
|
inline |
|
inline |
Definition at line 441 of file BoundaryGeometry.cpp.
References pts.
Vector_t Triangle::pts[3] |
Definition at line 465 of file BoundaryGeometry.cpp.
Referenced by scale(), Triangle(), v1(), v2(), and v3().