Jelle Raaijmakers
|
55668c3e48
LibGfx: Implement `AK::min/max` for `Gfx::VectorN`
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Matthew Olsson
|
8dc7810976
LibGfx: Remove unnecessary AK:: prefix in VectorN.h
|
2 years ago |
Ben Wiederhake
|
6fd478b6ce
Everywhere: Remove unused includes of AK/Format.h
|
2 years ago |
Jelle Raaijmakers
|
8c094699db
LibGL: Implement `glLightModel` integer normalization
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Linus Groh
|
d26aabff04
Everywhere: Run clang-format
|
2 years ago |
Zaggy1024
|
ba79de0439
LibGfx: Make Matrix and VectorN more constexpr-friendly
|
2 years ago |
Nico Weber
|
2af028132a
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2 years ago |
Jelle Raaijmakers
|
16ca9ec762
LibGfx: Templatize `VectorN::length()`
|
2 years ago |
Jelle Raaijmakers
|
3279c25553
LibGfx: Allow non-const indexing into `VectorN`
|
2 years ago |
Jelle Raaijmakers
|
54a24fe45a
LibGfx: Use `AK::round_to` for `VectorN::to_rounded<U>`
|
3 years ago |
Jelle Raaijmakers
|
878111abf6
LibGfx: Add `VectorN::to_type<T>()`
|
3 years ago |
Jelle Raaijmakers
|
dfe002cfd4
LibGfx: Use `VectorN` dot product of self for `length()`
|
3 years ago |
Andreas Kling
|
3a2118cc7d
LibGfx: Fix Clang build failulres in VectorN
|
3 years ago |
Jelle Raaijmakers
|
7db68e118c
LibGfx: Add `Vector::to_rounded<T>()`
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Jelle Raaijmakers
|
870b835115
LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`
|
3 years ago |
Jelle Raaijmakers
|
62ffe67a9f
LibGfx: Reimplement `Vector::length()` as a loop
|
3 years ago |
Jelle Raaijmakers
|
d75135663b
LibGfx+LibSoftGPU: Add and use `Vector.xy()`
|
3 years ago |
Lenny Maiorani
|
d144da3a62
LibGfx: Refactor Vector[2,3,4] to VectorN with specializations
|
3 years ago |