Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/g3n/engine
/ GetGeometry
Method
GetGeometry
geometry/geometry.go:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
// IGeometry is the interface for all geometries.
21
type
IGeometry
interface
{
22
GetGeometry() *Geometry
23
RenderSetup(gs *gls.GLS)
24
Dispose()
25
}
Callers
1
LoadMesh
Method · 0.95
Implementers
2
MorphGeometry
geometry/morph.go
Geometry
geometry/geometry.go
Calls
no outgoing calls
Tested by
no test coverage detected