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

Class vrml.field.ConstMFVec3f

java.lang.Object
   |
   +----vrml.Field
           |
           +----vrml.ConstField
                   |
                   +----vrml.ConstMField
                           |
                           +----vrml.field.ConstMFVec3f

public class ConstMFVec3f
extends ConstMField

Constructor Index

 o ConstMFVec3f()

Method Index

 o copy(Field)
 o createObfuscatedField(Field)
 o get1Value(int, float[])
 o get1Value(int, SFVec3f)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o toString()
 o unobfuscate()

Constructors

 o ConstMFVec3f
  public ConstMFVec3f()

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 ConstMField
 o getValue
  public void getValue(float vecs[][])
 o getValue
  public void getValue(float vecs[])
 o get1Value
  public void get1Value(int index,
                        float vec[])
 o get1Value
  public void get1Value(int index,
                        SFVec3f vec)
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index