Class WeightedMode

  • java.lang.Object
    • com.aspose.threed.WeightedMode

  • public final class WeightedMode
    extends java.lang.Object
    Weighted mode.
    • Field Summary

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor Description
      WeightedMode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NONE

        public static final int NONE
        Both out and next in weights are not used. When calculation needs tangent information, default value(0.3333) will be used.
        See Also:
        Constant Field Values
      • OUT_WEIGHT

        public static final int OUT_WEIGHT
        Out(right) tangent is weighted.
        See Also:
        Constant Field Values
      • NEXT_IN_WEIGHT

        public static final int NEXT_IN_WEIGHT
        Next in(left) tangent is weighted.
        See Also:
        Constant Field Values
      • BOTH

        public static final int BOTH
        Both out and next in tangents are weighted.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WeightedMode

        public WeightedMode()