internal

package
v0.0.0-...-2489ded Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DepthCollisionPlayerTest

func DepthCollisionPlayerTest(p Player, block Block, blockDeltaZ float64) (bool, float64)

Types

type Block

type Block interface {
	GetX() float64
	GetY() float64
	GetZ() float64
	GetWidth() float64
	GetHeight() float64
}

type Player

type Player interface {
	GetX() float64
	GetY() float64
	GetZ() float64
	GetRadius() float64
}

Jump to

Keyboard shortcuts

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