Documentation
¶
Index ¶
- type BSSearchTreeItem
- type BorderSection
- type MapCutter
- func (mc *MapCutter) CutMap(section string, img image.Image, gc Projector.ProjectionConverter) (image.Image, error)
- func (mc *MapCutter) CutMapMany(sections []string, img image.Image, gc Projector.ProjectionConverter) (image.Image, error)
- func (mc *MapCutter) GetSection(name string) (BorderSection, error)
- func (mc *MapCutter) SearchSection(name string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BSSearchTreeItem ¶
type BSSearchTreeItem struct { CurrentName string Childs []string Tree map[string]*BSSearchTreeItem }
func MakeBSSearchTreeItem ¶
func MakeBSSearchTreeItem(currentName string) *BSSearchTreeItem
type BorderSection ¶
type MapCutter ¶
type MapCutter struct {
// contains filtered or unexported fields
}
func MakeMapCutter ¶
func MakeMapCutterFromFiles ¶ added in v0.5.2
func MakeMapDrawerFromShapes ¶ added in v0.5.2
func MergeMapCutters ¶ added in v0.5.2
func (*MapCutter) CutMapMany ¶ added in v0.5.2
func (*MapCutter) GetSection ¶
func (mc *MapCutter) GetSection(name string) (BorderSection, error)
func (*MapCutter) SearchSection ¶
Click to show internal directories.
Click to hide internal directories.