Geant4
10.01.p02
|
#include <G4TessellatedGeometryAlgorithms.hh>
Static Public Member Functions | |
static G4bool | IntersectLineAndTriangle2D (const G4TwoVector &p, const G4TwoVector &v, const G4TwoVector &p0, const G4TwoVector &e0, const G4TwoVector &e1, G4TwoVector location[2]) |
static G4int | IntersectLineAndLineSegment2D (const G4TwoVector &p0, const G4TwoVector &d0, const G4TwoVector &p1, const G4TwoVector &d1, G4TwoVector location[2]) |
static G4double | cross (const G4TwoVector &v1, const G4TwoVector &v2) |
Definition at line 77 of file G4TessellatedGeometryAlgorithms.hh.
|
static |
Definition at line 250 of file G4TessellatedGeometryAlgorithms.cc.
Referenced by IntersectLineAndLineSegment2D().
|
static |
Definition at line 176 of file G4TessellatedGeometryAlgorithms.cc.
References cross(), DBL_EPSILON, p0, G4InuclParticleNames::s0, and smax.
Referenced by IntersectLineAndTriangle2D().
|
static |
Definition at line 68 of file G4TessellatedGeometryAlgorithms.cc.
References IntersectLineAndLineSegment2D(), and p1.
Referenced by G4TriangularFacet::Intersect().