Changeset 447 for trunk/Packages/Common/UGeometric.pas
- Timestamp:
- May 19, 2022, 10:39:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UGeometric.pas
r424 r447 52 52 function PointToLineDistance(const P, V, W: TPoint): Integer; 53 53 var 54 l2, t: Double;54 l2, T: Double; 55 55 tt: TPoint; 56 56 begin … … 165 165 end. 166 166 167
Note:
See TracChangeset
for help on using the changeset viewer.