1 | static double ptSquaredDistance(Pt a, Pt b) { |
2 | ret ptDistanceSquared(a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | static double ptSquaredDistance(double x1, double y1, double x2, double y2) { |
8 | ret ptDistanceSquared(x1, y1, x2, y2); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029763 |
| Snippet name: | ptSquaredDistance - synonym of ptDistanceSquared |
| Eternal ID of this version: | #1029763/1 |
| Text MD5: | 6b7aa36b13c18b87d2544f6432997941 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-12 02:12:59 |
| Source code size: | 204 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 407 / 442 |
| Referenced in: | [show references] |