OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Nurb
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Spline.java
23
Nurb
56
if(splineType==SplineType.
Nurb
) {
85
if(splineType==SplineType.
Nurb
) {
96
* Create a NURBS spline. A spline type is automatically set to SplineType.
Nurb
.
99
* @param nurbKnots the
nurb
's spline knots
110
type = SplineType.
Nurb
;
203
} else if(type == SplineType.
Nurb
) {
242
* This method calculates the
NURB
curve length.
269
case
Nurb
:
309
if(type!=SplineType.
Nurb
) {
[
all
...]
CurveAndSurfaceMath.java
28
if (nurbSpline.getType() != SplineType.
Nurb
) {
29
throw new IllegalArgumentException("Given spline is not of a
NURB
type!");
112
* This method computes the base function value for the
NURB
curve.
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Surface.java
43
this.type = SplineType.
Nurb
;
71
result.type = SplineType.
Nurb
;
197
* This method returns the minimum
nurb
curve U knot value.
198
* @return the minimum
nurb
curve knot value
205
* This method returns the maximum
nurb
curve U knot value.
206
* @return the maximum
nurb
curve knot value
213
* This method returns the minimum
nurb
curve U knot value.
214
* @return the minimum
nurb
curve knot value
221
* This method returns the maximum
nurb
curve U knot value.
222
* @return the maximum
nurb
curve knot value
[
all
...]
Curve.java
87
case
Nurb
:
195
* This method creates the
Nurb
path for this curve.
Completed in 463 milliseconds