Class VectorAddResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class VectorAddResult
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VectorAddResult​(float[] c, int offsetInParent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(VectorAddResult other)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VectorAddResult

        public VectorAddResult​(float[] c,
                               int offsetInParent)