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

TgmPoint2D

Declaration

Source position: gmpoints2d.pas line 45

type TgmPoint2D = record

  case Byte of

    0: (

        X: Double;

  

        Y: Double;

  

      );

    1: (

        Elem: array [0..1] of Double;

  

      );

end;



CT Web help

CodeTyphon Studio