Class TGaussPointsSet
Unit
gauss_points_set
Declaration
type TGaussPointsSet = class(TNamedPointsSet)
Description
Curve having Gauss form.
Hierarchy
Overview
Methods
Description
Methods
|
constructor Create(AOwner: TComponent; x0: double); overload; |
|
|
class function GetCurveTypeName: string; override; |
Overrides method defined in TNamedPointsSet.
|
|
procedure DoCalc(const Bounds: TPointsSet); override; |
Performs recalculation of all points of function.
|
Generated by PasDoc 0.15.0.
|