BIMHome v1.0.0
BIMHome接口文档说明
| 命名空间 | 函数
Converter.h 文件参考
#include <tuple>
#include <Base/Rotation.h>
#include <Base/Vector3D.h>

浏览源代码.

struct  vec_traits< vecT >
 向量特性模板结构 更多...
 
struct  vec_traits< Rotation >
 Rotation 提供特性 更多...
 
struct  vec_traits< Vector3d >
 为 Vector3d 提供特性 更多...
 
struct  vec_traits< Vector3f >
 为 Vector3f 提供特性 更多...
 

命名空间

namespace  Base
 

函数

template<class _Vec1 , class _Vec2 >
_Vec1 convertTo (const _Vec2 &v)
 转换向量
 
template<class _Vec , typename float_type >
_Vec make_vec (const std::tuple< float_type, float_type, float_type > &&t)
 创建向量
 
template<class _Vec , typename float_type >
_Vec make_vec (const std::tuple< float_type, float_type, float_type, float_type > &&t)
 创建向量