i and ai refactor pivector2d

This commit is contained in:
2026-02-27 00:07:00 +03:00
parent 6557933a2e
commit 42a1507536
6 changed files with 202 additions and 378 deletions

View File

@@ -19,13 +19,13 @@ PIP is a C++ cross-platform library providing platform-independent abstractions
### Basic Build
```bash
cmake -B build
cmake --build build
cmake --build build -j8
```
### Build with Tests
```bash
cmake -B build -DTESTS=ON
cmake --build build
cmake --build build -j8
```
### Run Tests