Class VectorGroup

java.lang.Object
com.jme3.vectoreffect.VectorGroup
All Implemented Interfaces:
Cloneable

public class VectorGroup extends Object implements Cloneable
  • Field Details

  • Constructor Details

    • VectorGroup

      public VectorGroup(VectorSupplier... vectorSuppliers)
    • VectorGroup

      public VectorGroup(ColorRGBA... color)
    • VectorGroup

      public VectorGroup(Vector4f... vectors)
    • VectorGroup

      public VectorGroup(Vector3f... vectors)
    • VectorGroup

      public VectorGroup(Vector2f... vectors)
  • Method Details

    • getSize

      public int getSize()
    • getAsVector4

      protected Vector4f getAsVector4(int index, Vector4f store)
    • updateVectorObject

      protected void updateVectorObject(Vector4f newVal, int index)
    • clone

      public VectorGroup clone()
      Overrides:
      clone in class Object