[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

T3DPoint

A vectorial image Point

Declaration

Source position: fpvectorial.pas line 74

type T3DPoint = record

  X: Double;

  

The X coordinate of the point

  Y: Double;

  

The Y coordinate of the point

  Z: Double;

  

The Z coordinate of the point

end;

Description

FPVectorial is really a 2D library, but a minimal 3D support is available for use in milling machines to signal when to take the drill up and down. For this reason to main point type is 3D.


Documentation generated on: Oct 09 2011