Class TNurbsBasisCalculator
Unit
Declaration
type TNurbsBasisCalculator = class(TObject)
Description
Calculate NURBS basis functions.
Hierarchy
- TObject
- TNurbsBasisCalculator
Overview
Methods
constructor Create(const AControlPointCount: Integer; const AOrder: Cardinal; const AKnot: TDoubleList); |
|
function GetBasis(const U: Double; out KnotInterval: Integer): TDoubleArray; |
Description
Methods
constructor Create(const AControlPointCount: Integer; const AOrder: Cardinal; const AKnot: TDoubleList); |
|
function GetBasis(const U: Double; out KnotInterval: Integer): TDoubleArray; |
|
Calculate the basis functions (N) values for U. By the way, calculate also the interval in Knot in which U lies. |
Generated by PasDoc 0.16.0.