generate

package
v0.0.0-...-557e180 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Graph

type Graph struct {
	// contains filtered or unexported fields
}

func Generate

func Generate(params Parameters) *Graph

func (*Graph) Platforms

func (g *Graph) Platforms() iter.Seq[Platform]

type Node

type Node struct {
	Template
	// contains filtered or unexported fields
}

type Parameters

type Parameters struct {
	Seed int
}

type Platform

type Platform struct {
	Position, Size geometry.Vector
}

func (Platform) Add

func (p Platform) Add(v geometry.Vector) Platform

type Template

type Template struct {
	Entry, Exit geometry.Vector
	Platforms   []Platform
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL