MCPcopy
hub / github.com/EngoEngine/engo / Contains

Method Contains

math.go:45–45  ·  view source on GitHub ↗

Contains reports whether the container contains the given point.

(p Point)

Source from the content-addressed store, hash-verified

43type Container interface {
44 // Contains reports whether the container contains the given point.
45 Contains(p Point) bool
46}
47
48// Point describes a coordinate in a 2 dimensional euclidean space

Callers 4

IsAndroidChromeFunction · 0.65
WithinMethod · 0.65
UpdateMethod · 0.65

Implementers 2

testContainermath_test.go
SpaceComponentcommon/collision.go

Calls

no outgoing calls

Tested by 1