Home
last modified time | relevance | path

Searched refs:setVertices (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/include/de/graphics/
H A Dglbuffer.h281 void setVertices(dsize count, void const *data, dsize dataSize, gl::Usage usage);
283 …void setVertices(gl::Primitive primitive, dsize count, void const *data, dsize dataSize, gl::Usage…
353 void setVertices(VertexType const *vertices, dsize count, gl::Usage usage) { in setVertices() function
354 GLBuffer::setVertices(count, vertices, sizeof(VertexType) * count, usage); in setVertices()
357 void setVertices(Vertices const &vertices, gl::Usage usage) { in setVertices() function
358 …GLBuffer::setVertices(vertices.size(), vertices.constData(), sizeof(VertexType) * vertices.size(),… in setVertices()
361 …void setVertices(gl::Primitive primitive, VertexType const *vertices, dsize count, gl::Usage usage… in setVertices() function
362 GLBuffer::setVertices(primitive, count, vertices, sizeof(VertexType) * count, usage); in setVertices()
365 void setVertices(gl::Primitive primitive, Vertices const &vertices, gl::Usage usage) { in setVertices() function
366 …GLBuffer::setVertices(primitive, vertices.size(), vertices.constData(), sizeof(VertexType) * verti… in setVertices()
H A Dglsubbuffer.h44 void setVertices(dsize count, void const *data);
62 void setVertices(QVector<VertexType> const &vertices) { in setVertices() function
63 setVertices(sizeof(VertexType), vertices.size(), vertices.constData()); in setVertices()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DGeo_Triangle.h60 { setVertices(v0,v1,v2); } in Triangle_()
64 { setVertices(vertices); } in Triangle_()
68 { setVertices(*vertexPointers[0], *vertexPointers[1], *vertexPointers[2]); } in Triangle_()
74 Triangle_& setVertices(const Vec3P& v0, const Vec3P& v1, const Vec3P& v2) in setVertices() function
78 Triangle_& setVertices(const Vec3P* vertices) in setVertices() function
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/
H A Dbox2dfixture.h208 Q_PROPERTY(QVariantList vertices READ vertices WRITE setVertices NOTIFY verticesChanged) in Q_PROPERTY()
216 void setVertices(const QVariantList &vertices);
233 Q_PROPERTY(QVariantList vertices READ vertices WRITE setVertices NOTIFY verticesChanged)
242 void setVertices(const QVariantList &vertices);
276 Q_PROPERTY(QVariantList vertices READ vertices WRITE setVertices NOTIFY verticesChanged) in Q_PROPERTY()
284 void setVertices(const QVariantList &vertices);
/dports/graphics/cenon/Cenon/
H A DGerberImportSub.m82 [l setVertices:beg :end];
89 [l setVertices:beg :end];
96 [l setVertices:beg :end];
103 [l setVertices:beg :end];
183 [g setVertices:beg :end];
238 [line setVertices:p0 :p1];
246 [line setVertices:p0 :p1];
254 [line setVertices:p0 :p1];
262 [line setVertices:p0 :p1];
355 [line setVertices:s :e];
[all …]
H A DICUTImportSub.m153 [g setVertices:beg :end];
161 [g setVertices:beg :end];
212 [g setVertices:origin :rsize];
218 [g setVertices:origin :rsize];
230 [g setVertices:p0 :p1 :p2 :p3];
236 [g setVertices:p0 :p1 :p2 :p3];
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/axes/
H A DGeometries.java80 hiddenBoxBorderGeometry.setVertices(hiddenBoxBorderVertices); in Geometries()
85 frontBoxBorderGeometry.setVertices(frontBoxBorderVertices); in Geometries()
90 boxBorderGeometry.setVertices(boxBorderVertices); in Geometries()
/dports/math/py-apgl/apgl-0.8.1/apgl/graph/
H A DGeneralVertexList.py66 def setVertices(self, vertices, indices=None): member in GeneralVertexList
122 vList.setVertices(list(self.V.values()))
131 vList.setVertices(self.getVertices(indices))
H A DVertexList.py43 def setVertices(self, vertices): member in VertexList
152 vList.setVertices(numpy.copy(self.V))
161 vList.setVertices(self.getVertices(indices))
/dports/graphics/qgis/qgis-3.22.3/src/3d/chunks/
H A Dqgschunkboundsentity_p.cpp40 void LineMeshGeometry::setVertices( const QList<QVector3D> &vertices ) in setVertices() function in LineMeshGeometry
78 mLineMeshGeo->setVertices( vertices ); in setBoxes()
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrshadow.h25 virtual void setVertices ( ssgVertexArray *vl ) { ssgVtxTable::setVertices(vl);} in setVertices() function
H A Dgrsmoke.h49 virtual void setVertices ( ssgVertexArray *vl ) { ssgVtxTable::setVertices(vl);} in setVertices() function
H A Dgrcarlight.h56 virtual void setVertices ( ssgVertexArray *vl ) { ssgVtxTable::setVertices(vl);} in setVertices() function
H A Dgrvtxtable.h165 virtual void setVertices ( ssgVertexArray *vl ) { ssgVtxTable::setVertices(vl);} in setVertices() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/3d/chunks/
H A Dqgschunkboundsentity_p.cpp44 void LineMeshGeometry::setVertices( const QList<QVector3D> &vertices ) in setVertices() function in LineMeshGeometry
82 mLineMeshGeo->setVertices( vertices ); in setBoxes()
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DPathContour.m806 [(VLine*)lineG setVertices:ls :le];
1371 [(VLine*)l1 setVertices:l1S :l3E];
1718 [(VLine*)l1 setVertices:s1 :m1];
1721 [(VLine*)l2 setVertices:m1 :m2];
1758 [(VLine*)l1 setVertices:s1 :m1];
1761 [(VLine*)l2 setVertices:m1 :m2];
1803 [(VLine*)l2 setVertices:m1 :m2];
1891 [(VLine*)l2 setVertices:m1 :m2];
2147 [(VLine*)lineG setVertices:pt :pt];
2691 else [l2 setVertices:l1E :l2E];
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dglsubbuffer.cpp49 void GLSubBuffer::setVertices(dsize count, void const *data) in setVertices() function in de::GLSubBuffer
70 setVertices(elementCount, data); in setBatchVertices()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DEdgeGeometry.cpp377 curve_.setVertices(samples); in LinearSpline()
393 curve_.setVertices(stdvector); in LinearSpline()
425 curve_.setVertices(samples); in LinearSpline()
445 curve_.setVertices(samples); in LinearSpline()
696 curve_.setVertices(vertices); in LinearSpline()
746 curve_.setVertices(vertices); in LinearSpline()
943 curve_.setVertices(newVertices); in setRightDer()
992 curve_.setVertices(newVertices); in setLeftDer()
1009 curve_.setVertices(newVertices); in setWidth()
1176 curve_.setVertices(vertices_); in continueSculptEdgeWidth()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMPolyAppendVertex.h27 void setVertices(size_t v_i,const float3& v) in setVertices() function
33 void setVertices(size_t v_start,size_t v_end,float* v) in setVertices() function
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php27 public function setVertices($vertices) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
H A DGoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php27 public function setVertices($vertices) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
H A DGoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php27 public function setVertices($vertices) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
H A DGoogleCloudVideointelligenceV1NormalizedBoundingPoly.php27 public function setVertices($vertices) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingPoly
H A DGoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php27 public function setVertices($vertices) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1NormalizedBoundingPoly.php27 public function setVertices($vertices) function in Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingPoly

12345678910>>...14