C# Class CascadeSharp.TKMath.BSplCLib.BSplCLib_CacheParams

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BSplCLib_CacheParams ( ) : System
BSplCLib_CacheParams ( BSplCLib_CacheParams parameter1 ) : System
BSplCLib_CacheParams ( int theDegree, bool thePeriodic, TColStd_Array1OfReal theFlatKnots ) : System
IsCacheValid ( double theParameter ) : bool
LocateParameter ( double &theParameter, TColStd_Array1OfReal theFlatKnots ) : void
PeriodicNormalization ( double theParameter ) : double

Method Details

BSplCLib_CacheParams() public method

public BSplCLib_CacheParams ( ) : System
return System

BSplCLib_CacheParams() public method

public BSplCLib_CacheParams ( BSplCLib_CacheParams parameter1 ) : System
parameter1 BSplCLib_CacheParams
return System

BSplCLib_CacheParams() public method

public BSplCLib_CacheParams ( int theDegree, bool thePeriodic, TColStd_Array1OfReal theFlatKnots ) : System
theDegree int
thePeriodic bool
theFlatKnots TColStd_Array1OfReal
return System

IsCacheValid() public method

public IsCacheValid ( double theParameter ) : bool
theParameter double
return bool

LocateParameter() public method

public LocateParameter ( double &theParameter, TColStd_Array1OfReal theFlatKnots ) : void
theParameter double
theFlatKnots TColStd_Array1OfReal
return void

PeriodicNormalization() public method

public PeriodicNormalization ( double theParameter ) : double
theParameter double
return double