Class TCubicBezier2DOrientationInterpolatorNode

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdKeyValue: TMFFloat read FFdKeyValue;
Public property FdControlPoints: TMFVec4f read FFdControlPoints;
Public property FdAxis: TSFVec3f read FFdAxis;
Public property EventValue_changed: TSFRotationEvent read FEventValue_changed;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdKeyValue: TMFFloat read FFdKeyValue;
 
Public property FdControlPoints: TMFVec4f read FFdControlPoints;
 
Public property FdAxis: TSFVec3f read FFdAxis;
 
Public property EventValue_changed: TSFRotationEvent read FEventValue_changed;