Unit 'gmTriMesh2D' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_engines]

TgmVertex2D

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

Declaration

Source position: gmtrimesh2d.pas line 49

type TgmVertex2D = class(TPersistent)

protected

  function GetTriangle; virtual; abstract;

  

  procedure SetTriangle(); virtual; abstract;

  

public

  FPoint: TgmPoint2D;

  

  constructor Create; virtual;

  

  constructor CreateWithCoords();

  

  procedure Assign(); override;

  

  property X: Double; [rw]

  

  property Y: Double; [rw]

  

  property Point: PsdPoint2D; [r]

  

  property Triangle: TgmTriangle2D; [rw]

  

end;

Inheritance

TgmVertex2D

  

|

TObject



CT Web help

CodeTyphon Studio