MCPcopy
hub / github.com/fogleman/ln / BoundingBox

Method BoundingBox

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

Source from the content-addressed store, hash-verified

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

Callers 8

BoundingBoxMethod · 0.65
PartitionScoreMethod · 0.65
PartitionMethod · 0.65
SplitMethod · 0.65
BoundingBoxMethod · 0.65
BoxForShapesFunction · 0.65
BoxForTrianglesFunction · 0.65
BoundingBoxMethod · 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