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


#include <Blend_CurvPointFuncInv.ixx>

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

Standard_Integer Blend_CurvPointFuncInv::NbVariables() const
{
  return 2;
}