Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
ln
2
3
type
Triangle
struct
{
4
V1, V2, V3 Vector
5
Box Box
6
}
7
8
func
NewTriangle(v1, v2, v3 Vector) *Triangle {
9
t := Triangle{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected