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.

static L<DoublePt> scaleDoublePts(L<DoublePt> l, double f) {
  ret map(l, p -> scaleDoublePt(p, f));
}

static L<DoublePt> scaleDoublePts(double f, L<DoublePt> l) {
  ret scaleDoublePts(l, f);
}

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: 78 / 119
Version history: 1 change(s)
Referenced in: [show references]