Files
ladybird/Userland/Libraries/LibGfx/VectorN.h
Jelle Raaijmakers 16ca9ec762 LibGfx: Templatize VectorN::length()
This allows us to get a `float` length from an `IntVector3` without
needing to convert to `FloatVector3` first.
2022-09-11 22:45:49 +01:00

6.6 KiB