Unit 'GLForces' Package
[Overview][Types][Classes][Index] [#pl_glscene]

TGLHookesSpring

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

Declaration

Source position: GLForces.pas line 84

type TGLHookesSpring = class(TGLForce)

public

  procedure WriteToFiler(); override;

  

  procedure ReadFromFiler(); override;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  class function FriendlyName; override;

  

  class function FriendlyDescription; override;

  

  class function UniqueItem; override;

  

  procedure SetDamping();

  

  function CalculateForce; override;

  

published

  property NaturalLength: Real; [rw]

  

  property Elasticity: Real; [rw]

  

  property Damping: TGLDamping; [rw]

  

end;

Inheritance

TGLHookesSpring

  

|

TGLForce

  

|

TObject



CT Web help

CodeTyphon Studio