Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ intersect
Method
intersect
benchmark/bench/raytracer.java:28–28 ·
view source on GitHub ↗
(Hit i, Ray ray)
Source
from the content-addressed store, hash-verified
26
}
27
abstract
class
Scene {
28
abstract
public
Hit intersect(Hit i, Ray ray);
29
}
30
class
Sphere extends Scene {
31
public
Vec center;
Callers
1
intersect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected