summaryrefslogtreecommitdiff
path: root/src/PGeom/PGeom_Direction.cxx
blob: f8341e906b808049bdbaebe583601d204c7f8438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// File:	PGeom_Direction.cxx
// Created:	Wed Mar  3 17:40:27 1993
// Author:	Philippe DAUTRY
//		<fid@phylox>
// Copyright:	Matra Datavision 1993


#include <PGeom_Direction.ixx>

//=======================================================================
//function : PGeom_Direction
//purpose  : 
//=======================================================================

PGeom_Direction::PGeom_Direction()
{}


//=======================================================================
//function : PGeom_Direction
//purpose  : 
//=======================================================================

PGeom_Direction::PGeom_Direction(const gp_Vec& aVec) :
       PGeom_Vector(aVec)
{}