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

3
LINES

< > BotCompany Repo | #1024905 // rectIsSquareish

JavaX fragment (include)

sbool rectIsSquareish(Rect r, double tolerance) {
  ret r != null && closeToOne(doubleRatio(r.w, r.h), tolerance);
}

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: #1024905
Snippet name: rectIsSquareish
Eternal ID of this version: #1024905/2
Text MD5: 8c46ff9e65981da4d1a614c2f29038c9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-29 13:20:02
Source code size: 118 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 145 / 167
Version history: 1 change(s)
Referenced in: [show references]