- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
p = c; bezierPath.addCurve(new LinearBezierCurve3D(mPreviousPoint.clone(), p)); break; case HORIZONTAL: p = c; bezierPath.addCurve(new LinearBezierCurve3D(mPreviousPoint.clone(), p)); break; case CURVE_TO: c = new Vector3(Double.parseDouble(vals[0]), -Double.parseDouble(vals[1]), 0); p = mCurrentCommandIsRelative ? c.addAndSet(mPreviousPoint, c) : c; bezierPath.addCurve(new LinearBezierCurve3D(mPreviousPoint.clone(), p)); break; default:
Vector3 p1 = new Vector3(1, 1, 1); LinearBezierCurve3D curve = new LinearBezierCurve3D(); curve.addPoint(p0, p1);
p = c; bezierPath.addCurve(new LinearBezierCurve3D(mPreviousPoint.clone(), p)); break; case HORIZONTAL: p = c; bezierPath.addCurve(new LinearBezierCurve3D(mPreviousPoint.clone(), p)); break; case CURVE_TO: c = new Vector3(Double.parseDouble(vals[0]), -Double.parseDouble(vals[1]), 0); p = mCurrentCommandIsRelative ? c.addAndSet(mPreviousPoint, c) : c; bezierPath.addCurve(new LinearBezierCurve3D(mPreviousPoint.clone(), p)); break; default: