summaryrefslogtreecommitdiff
path: root/src/Blend/Blend_SurfPointFuncInv.cxx
blob: 7de95795d77d66d5636d25e6f0eaa97196f473c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// File:	Blend_SurfPointFuncInv.cxx
// Created:	Wed Feb 12 14:01:00 1997
// Author:	Laurent BOURESCHE
//		<lbo@pomalox.paris1.matra-dtv.fr>


#include <Blend_SurfPointFuncInv.ixx>

//=======================================================================
//function : NbVariables
//purpose  : 
//=======================================================================

Standard_Integer Blend_SurfPointFuncInv::NbVariables() const
{
  return 3;
}