WeightedMode

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

NameTypeAccessDescription
NONEintReadBoth out and next in weights are not used.
OUT_WEIGHTintReadOut(right) tangent is weighted.
NEXT_IN_WEIGHTintReadNext in(left) tangent is weighted.
BOTHintReadBoth out and next in tangents are weighted.

Methods

SignatureDescription
WeightedMode()Calls WeightedMode on this WeightedMode instance.

See Also