Class vrml.field.MFVec3f
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vrml.field.MFVec3f

java.lang.Object
   |
   +----vrml.Field
           |
           +----vrml.MField
                   |
                   +----vrml.field.MFVec3f

public class MFVec3f
extends MField

Constructor Index

 o MFVec3f()
 o MFVec3f(float[])
 o MFVec3f(float[][])
 o MFVec3f(int, float[])

Method Index

 o addValue(ConstSFVec3f)
 o addValue(float, float, float)
 o addValue(SFVec3f)
 o clear()
 o copy(Field)
 o createObfuscatedField(Field)
 o delete(int)
 o get1Value(int, float[])
 o get1Value(int, SFVec3f)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o insertValue(int, ConstSFVec3f)
 o insertValue(int, float, float, float)
 o insertValue(int, SFVec3f)
 o set1Value(int, ConstSFVec3f)
 o set1Value(int, float, float, float)
 o set1Value(int, SFVec3f)
 o setValue(ConstMFVec3f)
 o setValue(float[])
 o setValue(float[][])
 o setValue(int, float[])
 o setValue(MFVec3f)
 o toString()
 o unobfuscate()

Constructors

 o MFVec3f
  public MFVec3f()
 o MFVec3f
  public MFVec3f(float vecs[][])
 o MFVec3f
  public MFVec3f(float vecs[])
 o MFVec3f
  public MFVec3f(int size,
                 float vecs[])

Methods

 o createObfuscatedField
  protected Field createObfuscatedField(Field field)
Overrides:
createObfuscatedField in class Field
 o unobfuscate
  protected Field unobfuscate()
Overrides:
unobfuscate in class Field
 o copy
  protected void copy(Field f)
Overrides:
copy in class Field
 o getSize
  public int getSize()
Overrides:
getSize in class MField
 o clear
  public void clear()
Overrides:
clear in class MField
 o delete
  public void delete(int index)
Overrides:
delete in class MField
 o getValue
  public void getValue(float vecs[][])
 o getValue
  public void getValue(float vecs[])
 o setValue
  public void setValue(float vecs[][])
 o setValue
  public void setValue(float vecs[])
 o setValue
  public void setValue(int size,
                       float vecs[])
 o setValue
  public void setValue(ConstMFVec3f value)
 o setValue
  public void setValue(MFVec3f value)
 o get1Value
  public void get1Value(int index,
                        float vec[])
 o get1Value
  public void get1Value(int index,
                        SFVec3f vec)
 o set1Value
  public void set1Value(int index,
                        float x,
                        float y,
                        float z)
 o set1Value
  public void set1Value(int index,
                        ConstSFVec3f vec)
 o set1Value
  public void set1Value(int index,
                        SFVec3f vec)
 o addValue
  public void addValue(float x,
                       float y,
                       float z)
 o addValue
  public void addValue(ConstSFVec3f vec)
 o addValue
  public void addValue(SFVec3f vec)
 o insertValue
  public void insertValue(int index,
                          float x,
                          float y,
                          float z)
 o insertValue
  public void insertValue(int index,
                          ConstSFVec3f vec)
 o insertValue
  public void insertValue(int index,
                          SFVec3f vec)
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index