Class TNurbsBasisCalculator

Unit

Declaration

type TNurbsBasisCalculator = class(TObject)

Description

Calculate NURBS basis functions.

Hierarchy

Overview

Methods

Public constructor Create(const AControlPointCount: Integer; const AOrder: Cardinal; const AKnot: TDoubleList);
Public function GetBasis(const U: Double; out KnotInterval: Integer): TDoubleArray;

Description

Methods

Public constructor Create(const AControlPointCount: Integer; const AOrder: Cardinal; const AKnot: TDoubleList);
 
Public 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.