public final class WeightedMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTH
Both out and next in tangents are weighted.
|
static int |
NEXT_IN_WEIGHT
Next in(left) tangent is weighted.
|
static int |
NONE
Both out and next in weights are not used.
|
static int |
OUT_WEIGHT
Out(right) tangent is weighted.
|
| Constructor and Description |
|---|
WeightedMode() |
public static final int NONE
public static final int OUT_WEIGHT
public static final int NEXT_IN_WEIGHT
public static final int BOTH