You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
181 B
13 lines
181 B
2 years ago
|
//
|
||
|
// Created by dtouch on 23-5-14.
|
||
|
//
|
||
|
|
||
|
#ifndef RENDERSDF_COMMON_H
|
||
|
#define RENDERSDF_COMMON_H
|
||
|
#include "Eigen/Eigen"
|
||
|
|
||
|
typedef Eigen::Vector3f EVec3f;
|
||
|
|
||
|
|
||
|
#endif //RENDERSDF_COMMON_H
|