riTRANXYZ: Added to build system. First implementation.

This commit is contained in:
Jacob Støren
2014-08-19 14:30:26 +02:00
parent 7e815a8641
commit a3af100189
5 changed files with 195 additions and 28 deletions

View File

@@ -27,6 +27,8 @@ public:
static double getAngle(const cvf::Vec3d& positiveNormalAxis, const cvf::Vec3d& v1, const cvf::Vec3d& v2);
static double getAngle(const cvf::Vec3d& v1, const cvf::Vec3d& v2);
static cvf::Vec3d polygonAreaNormal3D(const std::vector<cvf::Vec3d>& polygon);
enum IntersectionStatus
{
NO_INTERSECTION,