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.
12 lines
181 B
12 lines
181 B
//
|
|
// 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
|
|
|