Discover Packages
github.com/gandarez/pong-multiplayer-go
pkg
geometry
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rect represents a rectangle.
Intersects returns true if the rectangle intersects with another rectangle.
MaxX returns the maximum X value of the rectangle.
MaxY returns the maximum Y value of the rectangle.
String returns a string representation of the rectangle.
Side represents the side of the board.
const (
Undefined Side = iota
Right
Left
)
Vector represents a 2D vector.
String returns a string representation of the vector.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.