v1.0.0
No due date
77% complete
A somewhat complete version of the library that implements most of the most common operations.
Additionally all implemented operations are required to have basic tests implemented. Basic test requirements:
- Each variant of the operation must be tested (default,
Comp
,InPlace
,CompInPlace
,Scalar
, etc.) - Each vector type must be tested (
V2F
,V2I
,V3F
,V3I
) - A…
A somewhat complete version of the library that implements most of the most common operations.
Additionally all implemented operations are required to have basic tests implemented. Basic test requirements:
- Each variant of the operation must be tested (default,
Comp
,InPlace
,CompInPlace
,Scalar
, etc.) - Each vector type must be tested (
V2F
,V2I
,V3F
,V3I
) - At least one component type within the vector type needs to be tested
- There need to be at least 3 test cases for each test