summaryrefslogtreecommitdiff
path: root/inc/GCPnts_TangentialDeflection.lxx
blob: 1a9cbcf1c76a9a00513cef89a470f8007e13d6b8 (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
// File:	GCPnts_TangentialDeflection.lxx
// Created:	Fri Nov  8 11:19:47 1996
// Author:	Jean Claude VAUTHIER
//		<jcv@brunox.paris1.matra-dtv.fr>

#include <gp_Pnt.hxx>

inline Standard_Integer GCPnts_TangentialDeflection::NbPoints () const 
{
  return parameters.Length ();
}

inline Standard_Real GCPnts_TangentialDeflection::Parameter (const Standard_Integer I) const 
{
  return parameters.Value (I);
}

inline gp_Pnt GCPnts_TangentialDeflection::Value (const Standard_Integer I) const 
{
  return points.Value (I);
}