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

TPoint3D

Declaration

Source position: types.pp line 274

type TPoint3D = packed record

public

type

  TSingle3Array = array [0..2] of single;

public

  constructor Create();

  procedure Offset();

  case Integer of

    0: (

        data: TSingle3Array;

      );

    1: (

        x: single;

        y: single;

        z: single;

      );

end;


Documentation generated on: Jul 24 2023