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

Struct Cube

ln/cube.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "math"
4
5type Cube struct {
6 Min Vector
7 Max Vector
8 Box Box
9}
10
11func NewCube(min, max Vector) *Cube {
12 box := Box{min, max}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected