Unit 'GLBehaviours' Package
[Overview][Classes][Procedures and functions][Index] [#pl_glscene]

TGLDamping

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GLBehaviours.pas line 60

type TGLDamping = class(TGLUpdateAbleObject)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure WriteToFiler();

  

  procedure ReadFromFiler();

  

  procedure Assign(); override;

  

  function Calculate();

  

  function AsString();

  

  procedure SetDamping();

  

published

  property Constant: Single; [rw]

  

  property Linear: Single; [rw]

  

  property Quadratic: Single; [rw]

  

end;

Inheritance

TGLDamping

  

|

TGLUpdateAbleObject

  

|

TObject,IGLNotifyAble



CT Web help

CodeTyphon Studio