HomeSort by relevance Sort by last modified time
    Searched refs:Bezier (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/
test_pajek.py 13 self.data="""*network Tralala\n*vertices 4\n 1 "A1" 0.0938 0.0896 ellipse x_fact 1 y_fact 1\n 2 "Bb" 0.8188 0.2458 ellipse x_fact 1 y_fact 1\n 3 "C" 0.3688 0.7792 ellipse x_fact 1\n 4 "D2" 0.9583 0.8563 ellipse x_fact 1\n*arcs\n1 1 1 h2 0 w 3 c Blue s 3 a1 -130 k1 0.6 a2 -130 k2 0.6 ap 0.5 l "Bezier loop" lc BlueViolet fos 20 lr 58 lp 0.3 la 360\n2 1 1 h2 0 a1 120 k1 1.3 a2 -120 k2 0.3 ap 25 l "Bezier arc" lphi 270 la 180 lr 19 lp 0.5\n1 2 1 h2 0 a1 40 k1 2.8 a2 30 k2 0.8 ap 25 l "Bezier arc" lphi 90 la 0 lp 0.65\n4 2 -1 h2 0 w 1 k1 -2 k2 250 ap 25 l "Circular arc" c Red lc OrangeRed\n3 4 1 p Dashed h2 0 w 2 c OliveGreen ap 25 l "Straight arc" lc PineGreen\n1 3 1 p Dashed h2 0 w 5 k1 -1 k2 -20 ap 25 l "Oval arc" c Brown lc Black\n3 3 -1 h1 6 w 1 h2 12 k1 -2 k2 -15 ap 0.5 l "Circular loop" c Red lc OrangeRed lphi 270 la 180"""
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Spline.java 22 Bezier,
44 * If the type of the curve is Bezier curve the control points should be provided
73 * If the type of the curve is Bezier curve the control points should be provided
201 } else if(type == SplineType.Bezier) {
227 * This method calculates the Bezier curve length.
266 case Bezier:
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Curve.java 84 case Bezier:
143 * This method creates the Bezier path for this curve.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 145 Spline bevelSpline = new Spline(SplineType.Bezier, conrtolPoints, 0, false);
175 if ((type & 0x01) != 0) {//Bezier curve
202 * This method loads the bezier curve.
240 Spline spline = new Spline(SplineType.Bezier, controlPoints, 0, false);
245 //TODO: use front and back flags; surface excluding algorithm for bezier circles should be added
560 Spline spline = new Spline(SplineType.Bezier, controlPoints, 0, false);

Completed in 136 milliseconds