MCPcopy Index your code
hub / github.com/fogleman/ln / Compile

Method Compile

ln/shape.go:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3type Shape interface {
4 Compile()
5 BoundingBox() Box
6 Contains(Vector, float64) bool
7 Intersect(Ray) Hit

Callers 1

CompileMethod · 0.65

Implementers 9

Functionln/function.go
BooleanShapeln/csg.go
Sphereln/sphere.go
Coneln/cone.go
Meshln/mesh.go
Triangleln/triangle.go
EmptyShapeln/shape.go
Cubeln/cube.go
Cylinderln/cylinder.go

Calls

no outgoing calls

Tested by

no test coverage detected