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

3
LINES

< > BotCompany Repo | #1009131 // rectWithVolume - render rect with its volume to string

JavaX fragment (include)

static S rectWithVolume(Rect r) {
  ret r == null ? "-" : r + " (volume: " + rectVolume(r) + ")";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009131
Snippet name: rectWithVolume - render rect with its volume to string
Eternal ID of this version: #1009131/1
Text MD5: dec046940e8ea0c081d951583c1ee4f1
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-04 01:07:16
Source code size: 101 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 568 / 604
Referenced in: [show references]