Integration of OCCT 6.5.0 from SVN
[occt.git] / src / IntRes2d / IntRes2d_IntersectionPoint.cxx
1 // File:        IntRes2d_IntersectionPoint.cxx
2 // Created:     Thu Oct  1 10:59:18 1992
3 // Author:      Laurent BUCHARD
4 //              <lbr@sdsun2>
5
6 #include <IntRes2d_IntersectionPoint.ixx>
7
8 IntRes2d_IntersectionPoint::IntRes2d_IntersectionPoint ():
9       pt(),p1(RealLast()),p2(RealLast()),trans1(),trans2()
10 {}
11