Thaddeus Crews
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
5 月之前 |
Lukas Tenbrink
|
75bc471965
Add `is_zero_constructible` to denote if a type can be semi-trivially constructed with all 0 bytes.
|
1 月之前 |
Thaddeus Crews
|
a13067e61f
Merge pull request #97553 from AThousandShips/semantic_equal
|
1 月之前 |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 月之前 |
A Thousand Ships
|
e825085978
[Core] Add `is_same` to types that have float components
|
6 月之前 |
Lukas Tenbrink
|
e117ed9cd4
Rename Vector4.components -> coord
|
6 月之前 |
Rémi Verschelde
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
9 月之前 |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 年之前 |
A Thousand Ships
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
1 年之前 |
Thaddeus Crews
|
55a4836e5b
Core: Replace `_NO_DISCARD_` macro with attribute
|
1 年之前 |
A Thousand Ships
|
a497a5cb3e
[Core] Codestyle improvements to math types
|
1 年之前 |
Andrés Botero
|
a90e151b2a
Added component-wise `min` and `max` functions for vectors
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Haoyu Qiu
|
5da515773d
Add `is_finite` method for checking built-in types
|
2 年之前 |
Aaron Franke
|
97d232c11d
Enhancements to includes in core data structures
|
2 年之前 |
Rémi Verschelde
|
d9a3888cea
Merge pull request #66133 from aaronfranke/set-all
|
2 年之前 |
Aaron Franke
|
50fb0220ca
Define AXIS_COUNT in all vector types
|
2 年之前 |
Aaron Franke
|
436dcb3286
Remove set_all methods from Vector2/3/4
|
2 年之前 |
Aaron Franke
|
fd8bd27657
Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i
|
2 年之前 |
Jonathan Nicholl
|
15d057c521
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
|
2 年之前 |
Silc Renew
|
dded7c72c1
Make `cubic_interpolate()` consider key time in animation
|
2 年之前 |
antonWetzel
|
40a1d6d100
vector4 distance_squared_to and update csharp
|
2 年之前 |
Hendrik Brucker
|
36061c5dca
Vector4/Vector4i: Add missing methods, tests and fix change of sign operator
|
2 年之前 |
kobewi
|
7006f7d693
Add some missing Vector4 methods
|
2 年之前 |
Rémi Verschelde
|
90019676b0
Code quality: Fix header guards consistency
|
2 年之前 |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
2 年之前 |