Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleCurves
type TNaturalCubicSplineCurveAlwaysClosed = class(TNaturalCubicSplineCurve_Abstract)
3D curve defined by three 1D natural cubic splines, always treated as closed.
function Closed: boolean; override;
class function NiceClassName: string; override;