mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
rebranding moment
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
* Created by Alpatov Softworks with love in Russia.
|
||||
*/
|
||||
|
||||
#include "uml/matrix.h"
|
||||
#include "omath/matrix.h"
|
||||
|
||||
#include <format>
|
||||
|
||||
#include "uml/Vector3.h"
|
||||
#include "omath/Vector3.h"
|
||||
#include <utility>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
|
||||
|
||||
namespace uml
|
||||
namespace omath
|
||||
{
|
||||
matrix::matrix(const size_t rows, const size_t columns)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user