4 lines
133 B
Go
4 lines
133 B
Go
|
|
// Package cube provides types and functions to handle positions and rotations
|
||
|
|
// of voxel-based objects in a 3D world.
|
||
|
|
package cube
|