PLearn 0.1
Namespaces | Functions
SurfaceTemplate/geometry.cc File Reference
#include "geometry.h"
#include <plearn/math/TMat_maths.h>
#include <plearn/math/plapack.h>
Include dependency graph for SurfaceTemplate/geometry.cc:

Go to the source code of this file.

Namespaces

namespace  PLearn
 

< for swap


Functions

Vec PLearn::anglesFromRotationMatrix (const Mat &rot)
Mat PLearn::rotationMatrixFromAngles (real rx, real ry, real rz)
Mat PLearn::rotationMatrixFromAngles (const Vec &angles)
Mat PLearn::rotationFromAxisAngle (const Vec &K, real th)
void PLearn::applyGeomTransformation (const Mat &rot, const Vec &trans, const Mat &points_in, Mat &points_out)
void PLearn::transformationFromWeightedMatchedPoints (const Mat &template_points, const Mat &mol_points, const Vec &weights, const Mat &rot, const Vec &trans, real &error)
Mat PLearn::rotationFromWeightedMatchedPoints (const Mat &template_points, const Mat &mol_points, const Vec &weights, real &error)
Vec PLearn::weightedCentroid (const Mat &pts, const Vec &weights)

Detailed Description

Definition in file SurfaceTemplate/geometry.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines