WeightedMode
Overview
WeightedMode is a class in Aspose.3D FOSS for Java.
Weighted mode.
This class provides 1 method for working with WeightedMode objects in Java programs.
Available methods include: WeightedMode.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: BOTH, NEXT_IN_WEIGHT, NONE, OUT_WEIGHT.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
NONE | int | Read | Both out and next in weights are not used. |
OUT_WEIGHT | int | Read | Out(right) tangent is weighted. |
NEXT_IN_WEIGHT | int | Read | Next in(left) tangent is weighted. |
BOTH | int | Read | Both out and next in tangents are weighted. |
Methods
| Signature | Description |
|---|---|
WeightedMode() | Calls WeightedMode on this WeightedMode instance. |