Созданы файлы для реализации кватернионов

This commit is contained in:
2026-03-05 15:34:49 +03:00
parent fed22e5fd7
commit 8faf1fb3af
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#ifndef QUATERNION_H
#define QUATERNION_H
#endif