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

Struct Triangle

ln/triangle.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ln
2
3type Triangle struct {
4 V1, V2, V3 Vector
5 Box Box
6}
7
8func NewTriangle(v1, v2, v3 Vector) *Triangle {
9 t := Triangle{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected