Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
4 months ago |
Thaddeus Crews
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
10 months ago |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
7 months ago |
Jakub Marcowski
|
cb954c6bab
Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`
|
1 year ago |
Andrés Botero
|
a90e151b2a
Added component-wise `min` and `max` functions for vectors
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
VolTer
|
e26f0906f2
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
|
2 years ago |
Hendrik Brucker
|
f906ff8f89
[Tests] Replace Math::is_equal_approx with == and doctest::Approx
|
2 years ago |
Rémi Verschelde
|
d9a3888cea
Merge pull request #66133 from aaronfranke/set-all
|
2 years ago |
Micky
|
ef8fbae929
Add more tests for Vector* types
|
2 years ago |
Aaron Franke
|
fd8bd27657
Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i
|
2 years ago |
Aaron Franke
|
d9506cade1
Add tests for Vector2/Vector2i/Vector3/Vector3i
|
3 years ago |