Созданы файлы для реализации векторов
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
|
||||
@@ -2378,6 +2378,12 @@
|
||||
<file>
|
||||
<name>$PROJ_DIR$\Source\INS\geometry\quaternion.h</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\Source\INS\geometry\vector.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\Source\INS\geometry\vector.h</name>
|
||||
</file>
|
||||
</group>
|
||||
</group>
|
||||
<file>
|
||||
|
||||
Reference in New Issue
Block a user