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

7
LINES

< > BotCompany Repo | #1033747 // scaleDoublePts

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

Transpiled version (4740L) is out of date.

1  
static L<DoublePt> scaleDoublePts(L<DoublePt> l, double f) {
2  
  ret map(l, p -> scaleDoublePt(p, f));
3  
}
4  
5  
static L<DoublePt> scaleDoublePts(double f, L<DoublePt> l) {
6  
  ret scaleDoublePts(l, f);
7  
}

Author comment

Began life as a copy of #1033745

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033747
Snippet name: scaleDoublePts
Eternal ID of this version: #1033747/2
Text MD5: 1e4f430a080bb856681ac2b6a1e23327
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-01 21:09:22
Source code size: 196 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 125
Version history: 1 change(s)
Referenced in: [show references]