[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A vectorial image Point
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; |
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.