Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleCurves
type TCurveList = class(specialize TObjectList<TCurve>)
procedure LoadFromFile(const URL: string);
procedure SaveToFile(const URL: string);
Load curves definitions from a simple XML file. Hint: use https://github.com/castle-engine/castle-engine/wiki/Curves-tool to design curves visually.
Save curve definitions to a simple XML file. Hint: use https://github.com/castle-engine/castle-engine/wiki/Curves-tool to design curves visually.