Previous: 4.51.1.28. ogPoint2d type To the Table of Contents Next: 4.51.1.30. ogRGB8 type
4.51.1.28. ogPoint2d type Table of Contents 4.51.1.30. ogRGB8 type

- 4.51.1.29. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.1. ObjGfx40 Unit Constants, Variables, and Data Types
4.51.1.29. ogPoint3d type


4.51.1.29. ogPoint3d type

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

A 3d point with integer coordinates.

Declaration:
type
  ogPoint3d = packed record
    x, y, z : int32;
  end;
See Also:


Previous: 4.51.1.28. ogPoint2d type To the Table of Contents Next: 4.51.1.30. ogRGB8 type
4.51.1.28. ogPoint2d type Table of Contents 4.51.1.30. ogRGB8 type

- 4.51.1.29. -