Cameron Hart

Results 146 comments of Cameron Hart

It `Vec3A` currently implements `AnyBitPattern`, What functionality does `NoUninit` offer over `AnyBitPattern`? The oldest open glam bug #122 is to add padding to `Vec3A`, I didn't want to for a...

I'm going to close this since it's covered by #122 already.

I assume the return type of ``` IVec3::ZERO.checked_div(10).ok_or(0) ``` should be an `IVec3`, so it might look more like ``` IVec3::ZERO.checked_div(10).ok_or(IVec3::ZERO) ``` but that's dividing a vector by a scalar...

These were added in #596

While I guess there would be two possible derivations of cross product that would produce orthogonal vectors with different signs, based on the derivation here https://math.libretexts.org/Bookshelves/Calculus/Calculus_(OpenStax)/12%3A_Vectors_in_Space/12.04%3A_The_Cross_Product. I have only ever...

Weirdly I updated some other dependencies that were out of date and then tried compiling with rustc 1.84.0-nightly (3f1be1ec7 2024-10-28) and everything built with out errors. I was on a...