Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1034969 // boundsOfPts

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5106L/28K).

static Rect boundsOfPts(Iterable<Pt> l) {
  new BoundsFinder bf;
  fOr (p : l) bf.add(p);
  ret bf!;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034969
Snippet name: boundsOfPts
Eternal ID of this version: #1034969/2
Text MD5: 579d66272ffc7a5e61a70894e4e16d09
Transpilation MD5: b9cafdc743c4aa9620b2cc860bdb75ca
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-18 23:12:51
Source code size: 106 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 115
Version history: 1 change(s)
Referenced in: [show references]