- add
Vec3 add(Vec3 left, Vec3 right)
Undocumented in source. Be warned that the author may not have intended to support it.
- cross
Vec3 cross(Vec3 v0, Vec3 v1)
Undocumented in source. Be warned that the author may not have intended to support it.
- dot
float dot(Vec3 v0, Vec3 v1)
Undocumented in source. Be warned that the author may not have intended to support it.
- mul
Vec3 mul(Vec3 v, float s)
Undocumented in source. Be warned that the author may not have intended to support it.
- norm
Vec3 norm(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
- sub
Vec3 sub(Vec3 left, Vec3 right)
Undocumented in source. Be warned that the author may not have intended to support it.
- up
Vec3 up()
Undocumented in source. Be warned that the author may not have intended to support it.
- zero
Vec3 zero()
Undocumented in source. Be warned that the author may not have intended to support it.