Home
last modified time | relevance | path

Searched refs:getCoordinateIndex (Results 1 – 12 of 12) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DOBJWriter.java966 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex2)]) in writeIndexedLine()
998 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex2)]) in writeIndexedTriangle()
1001 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex3)]) in writeIndexedTriangle()
1007 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex2)]) in writeIndexedTriangle()
1009 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex3)]) in writeIndexedTriangle()
1017 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex2)]) in writeIndexedTriangle()
1020 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex3)]) in writeIndexedTriangle()
1026 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex2)]) in writeIndexedTriangle()
1028 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex3)]) in writeIndexedTriangle()
1081 + " " + (vertexIndexSubstitutes [geometryArray.getCoordinateIndex(vertexIndex2)]) in writeIndexedQuadrilateral()
[all …]
H A DModelManager.java1637 …ray.setCoordinateIndex(offsetIndex + j, offsetVertex + indexedGeometryArray.getCoordinateIndex(j)); in getTransformedGeometry()
2188 addTriangleToPath(geometryArray, geometryArray.getCoordinateIndex(vertexIndex1), in addIndexedTriangleToPath()
2189 geometryArray.getCoordinateIndex(vertexIndex2), in addIndexedTriangleToPath()
2190 … geometryArray.getCoordinateIndex(vertexIndex3), vertices, geometryPath, triangleIndex, nodeArea); in addIndexedTriangleToPath()
2201 addQuadrilateralToPath(geometryArray, geometryArray.getCoordinateIndex(vertexIndex1), in addIndexedQuadrilateralToPath()
2202 geometryArray.getCoordinateIndex(vertexIndex2), in addIndexedQuadrilateralToPath()
2203 geometryArray.getCoordinateIndex(vertexIndex3), in addIndexedQuadrilateralToPath()
2204 …geometryArray.getCoordinateIndex(vertexIndex4), vertices, geometryPath, quadrilateralIndex, nodeAr… in addIndexedQuadrilateralToPath()
H A DPhotoRenderer.java1356 verticesIndices [index++] = geometryArray.getCoordinateIndex(vertexIndex1); in exportIndexedLine()
1357 verticesIndices [index] = geometryArray.getCoordinateIndex(vertexIndex2); in exportIndexedLine()
1377 int coordinateIndex1 = geometryArray.getCoordinateIndex(vertexIndex1); in exportIndexedTriangle()
1378 int coordinateIndex2 = geometryArray.getCoordinateIndex(vertexIndex2); in exportIndexedTriangle()
1379 int coordinateIndex3 = geometryArray.getCoordinateIndex(vertexIndex3); in exportIndexedTriangle()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/details/
H A DSoPointDetail.h49 int getCoordinateIndex(void) const;
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/picking/
H A DPickResult.java1115 pntCoordIdx[0] = geom.getCoordinateIndex(i); in intersectIPA()
1202 lineCoordIdx[0] = geom.getCoordinateIndex(i++); in intersectILA()
1204 lineCoordIdx[1] = geom.getCoordinateIndex(i++); in intersectILA()
1236 lineCoordIdx[1] = geom.getCoordinateIndex(j); in intersectILSA()
1292 triCoordIdx[0] = geom.getCoordinateIndex(i++); in intersectITA()
1294 triCoordIdx[1] = geom.getCoordinateIndex(i++); in intersectITA()
1296 triCoordIdx[2] = geom.getCoordinateIndex(i++); in intersectITA()
1402 triCoordIdx[2] = geom.getCoordinateIndex(j); in intersectITSA()
1405 triCoordIdx[1] = geom.getCoordinateIndex(j); in intersectITSA()
1500 triCoordIdx[2] = geom.getCoordinateIndex(j); in intersectITFA()
[all …]
H A DPickIntersection.java616 iGeom.getCoordinateIndex(primitiveVertexIndices[i]); in getPrimitiveCoordinateIndices()
/dports/graphics/Coin/coin-Coin-4.0.0/src/details/
H A DSoPointDetail.cpp88 SoPointDetail::getCoordinateIndex(void) const in getCoordinateIndex() function in SoPointDetail
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DIndexedGeometryArray.java918 public int getCoordinateIndex(int index) { in getCoordinateIndex() method in IndexedGeometryArray
928 return ((IndexedGeometryArrayRetained)this.retained).getCoordinateIndex(index); in getCoordinateIndex()
H A DIndexedGeometryArrayRetained.java1025 final int getCoordinateIndex(int index) { in getCoordinateIndex() method in IndexedGeometryArrayRetained
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DspatialExtTest.cpp392 …_" << i << " SpCoordIndex: " << pplugin->getDiffusionCoefficient()->getCoordinateIndex() << endl; in readSpatialSBML()
396 …_" << i << " SpCoordIndex: " << pplugin->getAdvectionCoefficient()->getCoordinateIndex() << endl; in readSpatialSBML()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/pickfast/
H A DPickIntersection.java607 ((IndexedGeometryArray)(geometry)).getCoordinateIndex(primitiveVertexIndices[i]); in getPrimitiveCoordinateIndices()
/dports/graphics/Coin/coin-Coin-4.0.0/src/hardcopy/
H A DVectorizeActionP.cpp1120 int cidx = pd->getCoordinateIndex(); in create_vertexdata()