Documentation ¶
Overview ¶
Package geo .
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vec3Int ¶
type Vec3Int []int32
Vec3Int represents a 3-dimensional vector with integer components.
func NewVec3Int ¶
NewVec3Int creates a new Vec3Int instance.
Parameters: - x: The x-coordinate. - y: The y-coordinate. - z: The z-coordinate.
Returns: - A new Vec3Int instance. if it's 2d, you can only use x and z (v.X(), v.Z())
Click to show internal directories.
Click to hide internal directories.