Home
last modified time | relevance | path

Searched refs:texcoord3D (Results 1 – 3 of 3) sorted by relevance

/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_read_write_OBJ.cc279 …EXPECT_EQ(1, mesh_.texcoord3D(mesh_.halfedge_handle(0))[0] ) << "Wrong texCoord at halfedge 0 comp… in TEST_F()
280 …EXPECT_EQ(1, mesh_.texcoord3D(mesh_.halfedge_handle(0))[1] ) << "Wrong texCoord at halfedge 0 comp… in TEST_F()
281 …EXPECT_EQ(1, mesh_.texcoord3D(mesh_.halfedge_handle(0))[2] ) << "Wrong texCoord at halfedge 0 comp… in TEST_F()
283 …EXPECT_EQ(3, mesh_.texcoord3D(mesh_.halfedge_handle(10))[0] ) << "Wrong texCoord at halfedge 1 com… in TEST_F()
284 …EXPECT_EQ(3, mesh_.texcoord3D(mesh_.halfedge_handle(10))[1] ) << "Wrong texCoord at halfedge 1 com… in TEST_F()
285 …EXPECT_EQ(3, mesh_.texcoord3D(mesh_.halfedge_handle(10))[2] ) << "Wrong texCoord at halfedge 1 com… in TEST_F()
287 …EXPECT_EQ(6, mesh_.texcoord3D(mesh_.halfedge_handle(19))[0] ) << "Wrong texCoord at halfedge 4 com… in TEST_F()
288 …EXPECT_EQ(6, mesh_.texcoord3D(mesh_.halfedge_handle(19))[1] ) << "Wrong texCoord at halfedge 4 com… in TEST_F()
289 …EXPECT_EQ(6, mesh_.texcoord3D(mesh_.halfedge_handle(19))[2] ) << "Wrong texCoord at halfedge 4 com… in TEST_F()
291 …EXPECT_EQ(7, mesh_.texcoord3D(mesh_.halfedge_handle(24))[0] ) << "Wrong texCoord at halfedge 7 com… in TEST_F()
[all …]
/dports/math/openmesh/OpenMesh-8.1/Doc/Concepts/
H A DMeshKernel.hh335 const TexCoord3D& texcoord3D(VertexHandle _vh) const; ///< Get texture coordinate.
344 …const TexCoord3D& texcoord3D(HalfedgeHandle _hh) const; ///< Get texture coordinate of the to vert…
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DAttribKernelT.hh323 const TexCoord3D& texcoord3D(VertexHandle _vh) const { in texcoord3D() function in OpenMesh::AttribKernelT
367 const TexCoord3D& texcoord3D(HalfedgeHandle _heh) const { in texcoord3D() function in OpenMesh::AttribKernelT