Class TAbstractCubicBezierInterpolatorNode
Unit
X3DNodes
Declaration
type TAbstractCubicBezierInterpolatorNode = class(TAbstractInterpolatorNode)
Description
Copyright 2002-2017 Michalis Kamburelis.
This file is part of "Castle Game Engine".
"Castle Game Engine" is free software; see the file COPYING.txt, included in this distribution, for details about the copyright.
"Castle Game Engine" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
—————————————————————————-
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
destructor Destroy; override; |
|
 |
procedure OptimizeControlPoints; |
Once the FdControlPoints value is settled, call this to precalculate curve parameters. This makes the following interpolation using this node work fast.
|
Properties
 |
property FdControlPoints: TMFVec4f read FFdControlPoints; |
|
Generated by PasDoc 0.15.0.
|