portal

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2019 License: Unlicense Imports: 4 Imported by: 1

Documentation

Index

Constants

View Source
const MaxPortals = 65536

MaxPortals is the maximum number of portals that can be generated

Variables

This section is empty.

Functions

This section is empty.

Types

type Portal

type Portal struct {
	// Id portal id
	Id int32
	// Plane
	Plane plane.Plane
	// OnNode
	OnNode *node.Node
	// Nodes
	Nodes [2]*node.Node
	// Next
	Next [2]*Portal
	// Winding
	Winding *common.Winding
	// SideFound
	SideFound int32 //qboolean = int32
	// Side
	Side *common.Side
	// Face
	Face [2]*face.Face
}

Portal

Jump to

Keyboard shortcuts

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