Созданы файлы для реализации векторов
This commit is contained in:
2
Source/INS/geometry/vector.c
Normal file
2
Source/INS/geometry/vector.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "vector.h"
|
||||
|
||||
9
Source/INS/geometry/vector.h
Normal file
9
Source/INS/geometry/vector.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef VECTOR_H
|
||||
#define VECTOR_H
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user