blob: fd60a140378248a4d0b3146950715d783eb4b269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// File: IntRes2d_IntersectionPoint.cxx
// Created: Thu Oct 1 10:59:18 1992
// Author: Laurent BUCHARD
// <lbr@sdsun2>
#include <IntRes2d_IntersectionPoint.ixx>
IntRes2d_IntersectionPoint::IntRes2d_IntersectionPoint ():
pt(),p1(RealLast()),p2(RealLast()),trans1(),trans2()
{}
|