Description | Hierarchy | Fields | Methods | Properties |
type TCustomAnisotropicInterpolator = class(TCustom2DInterpolater)
TCustomAnisotropicInterpolator
is the abstract ancestor of interpolators that support anisotropy.
![]() |
FAnisotropy: real; |
![]() |
procedure SetAnisotropy(const Value: real); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function SameAs(AnotherInterpolator: TCustom2DInterpolater): boolean; override; |
![]() |
property Anisotropy: real read FAnisotropy write SetAnisotropy; |
![]() |
FAnisotropy: real; |
|
![]() |
procedure SetAnisotropy(const Value: real); |
See Anisotropy. |
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
constructor Create(AOwner: TComponent); override; |
|
![]() |
function SameAs(AnotherInterpolator: TCustom2DInterpolater): boolean; override; |
|
![]() |
property Anisotropy: real read FAnisotropy write SetAnisotropy; |
|