OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bezier
(Results
1 - 3
of
3
) sorted by null
/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 89 milliseconds