Oxide icon indicating copy to clipboard operation
Oxide copied to clipboard

Implement Vector{2|3|4}

Open utilForever opened this issue 4 years ago • 0 comments

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

utilForever avatar Apr 19 '21 11:04 utilForever