blob: 14ff84f7d9dd24ec28e3f7904c461bbe4632e212 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// File: IntRes2d_IntersectionSegment.cxx
// Created: Wed Jun 10 15:06:44 1992
// Author: Laurent BUCHARD
// <lbr@sdsun2>
#include <IntRes2d_IntersectionSegment.ixx>
IntRes2d_IntersectionSegment::IntRes2d_IntersectionSegment ():
ptfirst(),ptlast() { }
|