MCPcopy
hub / github.com/g3n/engine / IGeometry

Interface IGeometry

geometry/geometry.go:21–25  ·  view source on GitHub ↗

IGeometry is the interface for all geometries.

Source from the content-addressed store, hash-verified

19
20// IGeometry is the interface for all geometries.
21type IGeometry interface {
22 GetGeometry() *Geometry
23 RenderSetup(gs *gls.GLS)
24 Dispose()
25}
26
27// Geometry encapsulates a three-dimensional vertex-based geometry.
28type Geometry struct {

Callers 10

LoadMeshMethod · 0.95
RenderSetupMethod · 0.65
DisposeMethod · 0.65
DisposeMethod · 0.65
DisposeMethod · 0.65
SetIconMethod · 0.65
SetTextMethod · 0.65
SetIconMethod · 0.65
SetImageMethod · 0.65
DisposeMethod · 0.65

Implementers 2

MorphGeometrygeometry/morph.go
Geometrygeometry/geometry.go

Calls

no outgoing calls

Tested by

no test coverage detected