[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convenience function to create a 2D point
Source position: fpvectorial.pas line 415
function Make2DPoint( |
AX: Double; |
AY: Double |
):T3DPoint; |
AX |
|
The X coordinate of the point |
AY |
|
The Y coordinate of the point |
The generated vectorial point
Convenience function to create a 2D point