summaryrefslogtreecommitdiff
path: root/inc/BRepMesh_Vertex.lxx
blob: ab37a47330795b424c093e93a17f46c3dbe9fc5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// File:        BRepMesh_Vertex.lxx
// Created:     Thu Sep 23 12:49:00 1993
// Author:      Didier PIFFAULT
//              <dpf@zerox>

inline const gp_XY&  BRepMesh_Vertex::Coord()const
{
  return myUV;
}

inline Standard_Integer  BRepMesh_Vertex::Location3d()const
{
  return myLocation;
}

inline BRepMesh_DegreeOfFreedom  BRepMesh_Vertex::Movability()const
{
  return myMovability;
}