Home
last modified time | relevance | path

Searched defs:TriangleArray (Results 1 – 7 of 7) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DTriangleArray.java40 public class TriangleArray extends GeometryArray { class
43 TriangleArray() {} in TriangleArray() method in TriangleArray
63 public TriangleArray(int vertexCount, int vertexFormat) { in TriangleArray() method in TriangleArray
98 public TriangleArray(int vertexCount, in TriangleArray() method in TriangleArray
142 public TriangleArray(int vertexCount, in TriangleArray() method in TriangleArray
/dports/games/avp/avp-20170505/src/
H A Dopengl.c79 typedef struct TriangleArray struct
84 } TriangleArray; argument
/dports/math/py-matplotlib/matplotlib-3.4.3/src/tri/
H A D_tri.h166 typedef numpy::array_view<int, 2> TriangleArray; typedef
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tri/
H A D_tri.h166 typedef numpy::array_view<int, 2> TriangleArray; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/geometryc/
H A Dgeometryc.cpp72 typedef stl::vector<TriIndices> TriangleArray; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/geometryc/
H A Dgeometryc.cpp72 typedef stl::vector<TriIndices> TriangleArray; typedef
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DSphereSegment.cpp912 typedef std::vector< osg::ref_ptr<Triangle> > TriangleArray; typedef