aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/vector.h
blob: 43e249ec3862761996903bd44d45cefaa7ba652f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JIN_VECTOR_H
#define __JIN_VECTOR_H

namespace jin
{
namespace math
{
    
    

}
}

#endif