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

TDESolver

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

Declaration

Source position: GLPhysics.pas line 57

type TDESolver = class(TObject)

public

  StateSize: Integer;

  

  StateArray: TStateArray;

  

  Owner: TGLPhysicsManager;

  

  function StateToArray; virtual;

  

  procedure ArrayToState(); virtual;

  

  procedure Solve(); virtual; abstract;

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TDESolver

  

|

TObject



CT Web help

CodeTyphon Studio