#include <zcross_extractor.H>
Public Member Functions | |
BarycentricCoord (double c0=0.0, double c1=0.0, double c2=0.0) | |
double & | operator[] (int idx) |
double | operator[] (int idx) const |
Wpt | to_Wpt (const Bface *f) const |
Returns the position of Barycentric coordinate on the given face in world coordinates. | |
Wvec | to_Wvec () const |
Return the Barycentric coordinate store in a Wvec. | |
Private Attributes | |
double | coords [3] |
Definition at line 51 of file zcross_extractor.H.
|
Definition at line 55 of file zcross_extractor.H. References coords. |
|
Definition at line 59 of file zcross_extractor.H. References coords. |
|
Definition at line 58 of file zcross_extractor.H. References coords. |
|
Returns the position of Barycentric coordinate on the given face in world coordinates.
Definition at line 63 of file zcross_extractor.H. References coords, Bvert::loc(), Bface::v1(), Bface::v2(), and Bface::v3(). Referenced by ZCrossSeg::get_end_pt(), and ZCrossSeg::get_start_pt(). |
|
Return the Barycentric coordinate store in a Wvec.
Definition at line 69 of file zcross_extractor.H. References coords. |
|
Definition at line 74 of file zcross_extractor.H. Referenced by BarycentricCoord(), operator[](), to_Wpt(), and to_Wvec(). |