Class TCubicBezier2DOrientationInterpolatorNode
Unit
X3DNodes
Declaration
type TCubicBezier2DOrientationInterpolatorNode = class(TAbstractInterpolatorNode)
Description
Copyright 2002-2014 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; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdKeyValue: TMFFloat read FFdKeyValue; |
|
 |
property FdControlPoints: TMFVec4f read FFdControlPoints; |
|
Generated by PasDoc 0.14.0.
|