Oxide
Oxide copied to clipboard
Implement Vector{2|3|4}
A list of features to implement
@utilForever
- [ ] Fill
- [ ] Sum
- [ ] Average
- [ ] Min
- [ ] Max
- [ ] Absolute min
- [ ] Absolute max
- [ ] Dominant axis
- [ ] Subdominant axis
- [x] Normalize
- [ ] Normalized
- [x] Length
- [x] Legnth squared
@BeLeap
- [ ] Swap
- [x] Clamp
- [ ] Ceil
- [ ] Floor
- [ ] Tangentials
- [ ] Binary operators
- [x] Plus
- [x] Minus
- [ ] Multiply
- [ ] Divide
- [ ] Reflected
- [x] Projected
- [x] Distance to
- [x] Dot product
- [x] Cross product
- [x] Neg
- [x] Comparison operators
- [x] Equal
- [x] Not equal
- [x] Serde