Skip to content

Commit 7d70214

Browse files
Levi ArmstrongLevi-Armstrong
authored andcommitted
Clang Format
1 parent 5342747 commit 7d70214

File tree

1 file changed

+2
-2
lines changed
  • tesseract/tesseract_geometry/include/tesseract_geometry

1 file changed

+2
-2
lines changed

tesseract/tesseract_geometry/include/tesseract_geometry/mesh_parser.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ std::vector<std::shared_ptr<T>> extractMeshData(const aiScene* scene,
133133
{
134134
aiVector3D v = transform * a->mNormals[i];
135135
vertex_normals->push_back(Eigen::Vector3d(static_cast<double>(v.x) * scale(0),
136-
static_cast<double>(v.y) * scale(1),
137-
static_cast<double>(v.z) * scale(2)));
136+
static_cast<double>(v.y) * scale(1),
137+
static_cast<double>(v.z) * scale(2)));
138138
}
139139
}
140140

0 commit comments

Comments
 (0)