| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: types.pp line 92
| type TPointF = packed record | 
| x: Single; | 
| y: Single; | 
| public | 
| function Add(); | 
| function Add(); | 
| function Distance(); | 
| function DotProduct(); | 
| function IsZero; | 
| function Subtract(); | 
| function Subtract(); | 
| procedure SetLocation(); | 
| procedure SetLocation(); | 
| procedure SetLocation(); | 
| procedure Offset(); | 
| procedure Offset(); | 
| procedure Offset(); | 
| function Scale(); | 
| function Ceiling; | 
| function Truncate; | 
| function Floor; | 
| function Round; | 
| function Length; | 
| class operator equal(TPointF,TPointF):Boolean(); | 
| class operator notequal(TPointF,TPointF):Boolean(); | 
| class operator add(TPointF,TPointF):TPointF(); | 
| class operator subtract(TPointF,TPointF):TPointF(); | 
| class operator negative(TPointF):TPointF(); | 
| class operator multiply(TPointF,TPointF):Single(); | 
| class operator multiply(TPointF,single):TPointF(); | 
| class operator multiply(single,TPointF):TPointF(); | 
| 
 | 
| end; |