#include "rtc/rtcTriMesh.h"
Go to the source code of this file.
Namespaces | |
namespace | rtc |
Functions | |
Vec3uc | rtc::color_to_vec (const Color &p) |
void | rtc::convertMeshToTriMesh (const Mesh3D &input, TriMesh &output) |
void | rtc::convertTriMeshToMesh (const TriMesh &input, Mesh3D &output) |
Vec3f | rtc::normal_to_vec (const Normal &p) |
Vec3f | rtc::point_to_vec (const Point &p) |
Color | rtc::vec_to_color (const Vec3uc &v) |
Normal | rtc::vec_to_normal (const Vec3f &v) |
Point | rtc::vec_to_point (const Vec3f &v) |