Home
last modified time | relevance | path

Searched refs:shapedata (Results 1 – 15 of 15) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/demos/tools/blender_py/
H A Dblend_pproc_render.py42 q = (shapedata[6], shapedata[7], shapedata[8], shapedata[9])
48 elif shapedata[0]==0 or shapedata[0]==2 or shapedata[0]==3:
52 …bpy.ops.mesh.primitive_ico_sphere_add(size=shapedata[13], location=(shapedata[3], shapedata[4], sh…
53 … rotation=mathutils.Quaternion(shapedata[6], shapedata[7], shapedata[8], shapedata[9]).to_euler())
62 obj.scale= ( shapedata[13]*2, shapedata[14]*2, shapedata[15]*2)
67 bodypos = mathutils.Vector((shapedata[3], shapedata[4], shapedata[5]))
68 bodyrot = mathutils.Quaternion((shapedata[6], shapedata[7], shapedata[8], shapedata[9]))
70 p1 = mathutils.Vector((shapedata[14], shapedata[15], shapedata[16]))
71 p2 = mathutils.Vector((shapedata[17], shapedata[18], shapedata[19]))
106 …return True, [shapedata[3],shapedata[4],shapedata[5]], [shapedata[6],shapedata[7],shapedata[8], sh…
[all …]
/dports/math/octave-forge-mechanics/mechanics/inst/core/@rigidbody/
H A Dplot.m34 shapedata = obj.Shape.Data; variable
35 if iscell (shapedata)
36 shapedata = shape2polygon (shapedata); variable
41 shapedata = shapedata * R; variable
47 shapedata = bsxfun(@plus, shapedata, b); variable
48 xs = shapedata(:,1);
49 ys = shapedata(:,2);
H A Drigidbody.m89 shapedata = varargin{idx(1)+1}; variable
91 shapedata = polygon2shape(varargin{idx(1)+1}); variable
99 baricenter = masscenter(shapedata);
101 shapedata = shapetransform(shapedata, -baricenter(:)); variable
103 [PA l] = principalaxes(shapedata);
111 rigidbody.Shape.Data = shapetransform(shapedata, PA);
113 rigidbody.InertiaMoment = inertiamoment (shapedata, rigidbody.Mass);
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoShape.cpp433 shapedata->primdata->faceCounter = 0; in callback()
646 shapedata->currentbundle = &mb; in shouldGLRender()
650 shapedata->rendermode = BIGTEXTURE; in shouldGLRender()
661 shapedata->rendermode = NORMAL; in shouldGLRender()
910 if (shapedata->primdata->faceDetail) { in createTriangleDetail()
944 if (shapedata->primdata->lineDetail) { in createLineSegmentDetail()
1052 switch (shapedata->rendermode) { in invokeTriangleCallbacks()
1144 switch (shapedata->rendermode) { in invokeLineSegmentCallbacks()
1199 switch (shapedata->rendermode) { in invokePointCallbacks()
1772 shapedata->rendermode = PVCACHE; in validatePVCache()
[all …]
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/misc/
H A Dshapeformat.py1255 shapedata.add_field(attr[2:])
1261 shapedata.ID_NODE[ids_shape] = ids_node
1270 shapedata.adjust_fieldlength()
1271 shapedata.export_shapefile()
1302 shapedata.add_field(attr[2:])
1311 shapedata.ID_ARC[ids_shape] = ids_edge
1339 shapedata.adjust_fieldlength()
1340 shapedata.export_shapefile()
1367 shapedata.add_field(attr[2:])
1380 shapedata.adjust_fieldlength()
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/languages/squaak/examples/
H A Dlife.sq21 ## the life data is stored in shapedata, and shape width and
23 sub spawn(board, left, top, shape, shapedata)
26 board[top + y][left + x] = shapedata[y * shape.w + x]
/dports/graphics/Coin/coin-Coin-4.0.0/src/collision/
H A DSoIntersectionDetectionAction.cpp260 SbList<ShapeData*> shapedata; member in SoIntersectionDetectionAction::PImpl
938 this->shapedata.append(data); in shape()
1009 for (i = 0; i < this->shapedata.getLength(); i++) { in reset()
1010 ShapeData * data = this->shapedata[i]; in reset()
1014 this->shapedata.truncate(0); in reset()
1179 this->shapedata.getLength()); in doIntersectionTesting()
1206 for (int k = 0; k < this->shapedata.getLength(); k++) { in doIntersectionTesting()
1207 ShapeData * shape = this->shapedata[k]; in doIntersectionTesting()
1220 for (int i = 0; i < this->shapedata.getLength(); i++) { in doIntersectionTesting()
1221 ShapeData * shape1 = this->shapedata[i]; in doIntersectionTesting()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/plugins/mapmatching/
H A Dmapmatching.py5174 shapedata.add_field(attr[2:])
5180 shapedata.ID_TRIP[ids_shape] = ids_trip
5201 shapedata.adjust_fieldlength()
5202 shapedata.export_shapefile()
5239 shapedata.add_field(attr[2:])
5246 shapedata.ID_ARC[ids_shape] = ids_edge
5253 shapedata.adjust_fieldlength()
5254 shapedata.export_shapefile()
5284 shapedata.add_field(attr[2:])
5298 shapedata.adjust_fieldlength()
[all …]
/dports/editors/calligra/calligra-3.2.1/words/part/
H A DKWOdfWriter.cpp90 KoTextShapeData *shapedata = qobject_cast<KoTextShapeData *>(fs->shapes().first()->userData()); in serializeHeaderFooter() local
91 Q_ASSERT(shapedata); in serializeHeaderFooter()
94 shapedata->saveOdf(context, m_document->documentRdf()); in serializeHeaderFooter()
/dports/cad/xcircuit/xcircuit-3.10.30/lib/tcl/
H A Dedif.tcl126 set shapedata [lindex $elemlist 0]
127 set shapetype [lindex $shapedata 0]
132 foreach phrase [lrange $shapedata 1 end] {
/dports/lang/parrot/parrot-8.1.0/examples/languages/squaak/doc/
H A Dtutorial_episode_9.pod99 ## the life data is stored in shapedata, and shape width and
101 sub spawn(board, left, top, shapew, shapeh, shapedata)
104 board[top + y][left + x] = shapedata[y * shapew + x]
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dplace.c474 place->shapedata = place->shape->data; in flickcurl_build_places()
H A Dflickcurl.h630 char* shapedata; member
/dports/www/flickcurl/flickcurl-1.26/
H A DChangeLog3101 as shapedata inline XML
3130 /rsp/shapes/shape instead of /rsp/shapes/shapedata wot it used to.
3516 (command_print_place): Print shapedata and
3523 to fill in place->shapedata as an XML string. Fill in
3542 (flickcurl_build_places): Add placeholder for <shapedata>
H A DNEWS901 flickcurl_place now stores any XML <shapedata> and ESRI shapefile URLs