via_utils
v0.2.0
Pages
Modules
ViaUtils.Math.Vector
(via_utils v0.2.0)
View Source
Link to this section
Summary
Functions
new(x, y, z \\ 0)
reverse(vector)
to_string(vector, num_digits \\ 3)
Link to this section
Functions
Link to this function
new(x, y, z \\ 0)
View Source
Specs
new(
number
(),
number
(),
number
()) ::
struct
()
Link to this function
reverse(vector)
View Source
Specs
reverse(
struct
()) ::
struct
()
Link to this function
to_string(vector, num_digits \\ 3)
View Source