// File: PGeom_Direction.cxx // Created: Wed Mar 3 17:40:27 1993 // Author: Philippe DAUTRY // // Copyright: Matra Datavision 1993 #include //======================================================================= //function : PGeom_Direction //purpose : //======================================================================= PGeom_Direction::PGeom_Direction() {} //======================================================================= //function : PGeom_Direction //purpose : //======================================================================= PGeom_Direction::PGeom_Direction(const gp_Vec& aVec) : PGeom_Vector(aVec) {}