aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/math/vec4f.hpp
Commit message (Expand)AuthorAgeFilesLines
* math vec*/rect* alignment: Use (and validate) natural alignment to sizeof(val...Sven Göthel2024-05-131-54/+62
* math: vec[234][fi]: Add constexpt static const size_t components and byte_siz...Sven Göthel2024-05-101-0/+6
* math: vec[234][fi]: Add begin, cbegin methods and explicit const_pointer and ...Sven Göthel2024-04-291-0/+6
* math: vec[234][if] + recti: Refine methods, add vec*::scale(), validate net s...Sven Göthel2024-04-281-0/+10
* math: Vec[234]: Add add() + mul() w/ component argsSven Göthel2024-04-261-3/+8
* math: toString(): Use spacing ..Sven Göthel2024-04-241-1/+1
* math: Use templates, fix alignment and 'iterator' (pointer) r/w access; enfor...Sven Göthel2024-04-151-63/+135
* Fix macro header name (to be included once)Sven Göthel2024-04-151-3/+3
* math: Vec*f: Add bulk get(float []); Add Vec3f::set(const Vec4f&)Sven Göthel2024-04-131-0/+9
* math: Add std::ostream operator<<(..) to all types; string_util: Add [v]forma...Sven Göthel2024-04-131-0/+5
* math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf...Sven Göthel2024-04-131-0/+229