Unit 'solarsystems' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_astronomy]

TMObjectMoveable

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

Declaration

Source position: solarsystems.pas line 163

type TMObjectMoveable = class(TMObject)

protected

  procedure AssignNewPosition(); virtual;

  

  procedure ResetStats; virtual;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  property Age: munit; [r]

  

  property Distance: munit; [r]

  

  property InducedVector: TMObjectVector; [r]

  

  property NewPosition: TMObjectPosition; [r]

  

  property PulseCount: Cardinal; [r]

  

  property PulseDistance: munit; [r]

  

  property PulseTime: munit; [r]

  

  property PulseVelocity: munit; [r]

  

  property OldPosition: TMObjectPosition; [r]

  

  property VelocityMax: munit; [r]

  

  property VelocityMean: munit; [r]

  

  property VelocityMin: munit; [r]

  

end;

Inheritance

TMObjectMoveable

  

|

TMObject

  

|

TObject



CT Web help

CodeTyphon Studio