package
1.8.0
Repository: https://github.com/elicdavis/vector.git
Documentation: pkg.go.dev

# Functions

Average sums all vector3's components together and divides each component by the number of vectors added.
Backwards is (0, 0, -1).
Down is (0, -1, 0).
Fill creates a vector where each component is equal to v.
Forward is (0, 0, 1).
Builds a vector from the data found from the passed in array to the best of it's ability.
No description provided by the author
Left is (-1, 0, 0).
Lerp linearly interpolates between a and b by t.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New creates a new vector with corresponding 3 components.
One is (1, 1, 1).
Rand returns a vector with each component being a random value between [0.0, 1.0).
RandInUnitSphere returns a randomly sampled point in or on the unit.
RandNormal returns a random normal.
RandRange returns a vector where each component is a random value that falls within the values of min and max.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Right is (1, 0, 0).
Up is (0, 1, 0).
Zero is (0, 0, 0).

# Structs

No description provided by the author
Vector contains 3 components.

# Type aliases

No description provided by the author