Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithm-archivists/algorithm-archive
/ Point
Method
Point
contents/IFS/code/java/IFS.java:9–12 ·
view source on GitHub ↗
(double x, double y)
Source
from the content-addressed store, hash-verified
7
double x, y;
8
9
public
Point(double x, double y) {
10
this.x = x;
11
this.y = y;
12
}
13
}
14
15
// This is a function to simulate a "chaos game"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected