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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 17 import com.jme3.scene.shape.Curve;
54 * This method converts given curve structure into a list of geometries representing the curve. The list is used here because on object
57 * the curve structure
60 * @return a list of geometries repreenting a single curve object
70 LOGGER.warning("No front face in curve implemented yet!");//TODO: implement front face
73 LOGGER.warning("No back face in curve implemented yet!");//TODO: implement back face
146 Curve bevelCurve = new Curve(bevelSpline, bevResol);
153 Curve bevelCurve = new Curve(bevelSpline, bevResol);
241 Curve curve = new Curve(spline, resolution); local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Curve.java 42 * A <code>Curve</code> is a visual, line-based representation of a {@link Spline}.
49 public class Curve extends Mesh {
57 public Curve(){
61 * Create a curve mesh.
64 * @param controlPoints the control points to use to create this curve
67 public Curve(Vector3f[] controlPoints, int nbSubSegments) {
72 * Create a curve mesh from a Spline
77 public Curve(Spline spline, int nbSubSegments) {
143 * This method creates the Bezier path for this curve.
195 * This method creates the Nurb path for this curve
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 46 import com.jme3.scene.shape.Curve;
137 Geometry lineGeometry = new Geometry("line", new Curve(spline, 0));
147 Geometry lineGeometry = new Geometry("line", new Curve(spline, 10));
317 * Returns the curve tension
325 * sets the tension of the curve (only for catmull rom) 0.0 will give a linear curve, 1.0 a round curve
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArrayModifier.java 19 import com.jme3.scene.shape.Curve;
76 if (mesh instanceof Curve) {
77 length += ((Curve) mesh).getLength();
212 } else if (fittype == 2) {// Fit curve
213 throw new IllegalStateException("Fit curve should be transformed to Fixed Length array type!");
  /external/skia/legacy/src/ports/
SkFontHost_mac_atsui.cpp 96 static OSStatus Curve(const Float32Point *pt1, const Float32Point *pt2, const Float32Point *pt3, void *cb);
420 &SkScalerContext_Mac::Curve,
438 OSStatus SkScalerContext_Mac::Curve(const Float32Point *pt1,
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 96 static OSStatus Curve(const Float32Point *pt1, const Float32Point *pt2, const Float32Point *pt3, void *cb);
420 &SkScalerContext_Mac::Curve,
438 OSStatus SkScalerContext_Mac::Curve(const Float32Point *pt1,
  /external/ceres-solver/docs/
curvefitting.tex 2 \chapter{Fitting a Curve to Data}
5 \texttt{examples/data\_fitting.cc}. It contains data generated by sampling the curve $y = e^{0.3x + 0.1}$ and adding Gaussian noise with standard deviation $\sigma = 0.2$.}. Let us fit some data to the curve
73 \caption{Least squares data fitting to the curve $y = e^{0.3x + 0.1}$. Observations were generated by sampling this curve uniformly in the interval $x=(0,5)$ and adding Gaussian noise with $\sigma = 0.2$.\label{fig:exponential}}
77 Starting from parameter values $m = 0, c=0$ with an initial objective function value of $121.173$ Ceres finds a solution $m= 0.291861, c = 0.131439$ with an objective function value of $1.05675$. These values are a a bit different than the parameters of the original model $m=0.3, c= 0.1$, but this is expected. When reconstructing a curve from noisy data, we expect to see such deviations. Indeed, if you were to evaluate the objective function for $m=0.3, c=0.1$, the fit is worse with an objective function value of 1.082425. Figure~\ref{fig:exponential} illustrates the fit.
  /external/libvorbis/doc/
07-floor1.tex 9 encode a spectral envelope curve. The representation plots this curve
20 Floor type one represents a spectral curve as a series of
21 line segments. Synthesis constructs a floor curve using iterative
177 indicating this floor curve (and thus this channel) is unused this
226 An end-of-packet condition during curve decode should be considered a
237 \paragraph{curve computation} \label{vorbis:spec:floor1-synth}
239 Curve computation is split into two logical steps; the first step
241 values taken from the bitstream. The second step plots the curve
336 \item[step 2: curve synthesis
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 786 milliseconds