package
0.4.0
Repository: https://github.com/chazu/protometry.git
Documentation: pkg.go.dev

# Functions

Max Returns the a vector where each component is the greater of the corresponding component in this and the specified vector.
Min Returns the a vector where each component is the lesser of the corresponding component in this and the specified vector.
Morton3D Calculates a 30-bit Morton code for the given 3D point located within the unit cube [0,1].
NewVector3 constructs a Vector3.
NewVector3Max returns a Vector3 of maximum float64 value.
NewVector3Min returns a Vector3 of minimum float64 value.
NewVector3One constructs a Vector3 of 3 dimensions initialized with 1.
NewVector3Zero constructs a Vector3 of 3 dimensions initialized with 0.
RandomCirclePoint returns a random circle point.
RandomSpherePoint returns a random sphere point.

# Structs

No description provided by the author