22 #include "repo_node.h"
33 #define REPO_NODE_LABEL_MATRIX "matrix"
62 bool isIdentity(
const float &eps = 10e-5)
const;
67 static std::vector<std::vector<float>> identityMat();
75 return REPO_NODE_TYPE_TRANSFORMATION;
84 return NodeType::TRANSFORMATION;
105 virtual bool sEqual(
const RepoNode &other)
const;
120 virtual RepoNode cloneAndApplyTransformation(
121 const std::vector<float> &matrix)
const;
132 std::vector<float> getTransMatrix(
const bool &rowMajor)
const;
Definition: repo_connection_pool_mongo.h:32
Definition: repo_node.h:33
Definition: repo_bson.h:53