Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Curve.hh,v 2.6 1998/12/07 17:09:05 broglia Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Curve.hh,v 1.2 1999/01/14 16:01:07 broglia Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
#ifndef __CURVE_H
|
||||
#define __CURVE_H
|
||||
@@ -70,7 +70,8 @@ public:
|
||||
// no intersection: return false
|
||||
// intersection: return true, and set intersection0
|
||||
// the intersection point is ray.start+ray.dir*intersection0
|
||||
virtual void IntersectRay2D(const G4Ray& ray, G4CurveRayIntersection& is)= 0;
|
||||
// virtual void IntersectRay2D(const G4Ray& ray, G4CurveRayIntersection& is)= 0;
|
||||
virtual G4int IntersectRay2D(const G4Ray& ray)= 0;
|
||||
|
||||
// start and endpoints
|
||||
// in 3D space
|
||||
|
||||
Reference in New Issue
Block a user