mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-11 10:44:53 +03:00
12 lines
287 B
C++
Executable File
12 lines
287 B
C++
Executable File
// 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()
|
|
{}
|
|
|