Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.ConstMFVec3f

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

public class ConstMFVec3f
extends ConstMField

Constructor Summary
 ConstMFVec3f(float[][] vec3s)
 
 ConstMFVec3f(float[] vec3s)
 
 ConstMFVec3f(int size, float[] vec3s)
 
 

Method Summary
void  get1Value(int index, float[] vec3s)
 
void  get1Value(int index, SFVec3f vec)
 
int  getSize()
 
void  getValue(float[][] vec3s)
 
void  getValue(float[] vec3s)
 
java.lang.String  toString()
 
 
Methods inherited from class vrml.ConstMField
 getSize
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstMFVec3f

public ConstMFVec3f(float[][] vec3s)

ConstMFVec3f

public ConstMFVec3f(float[] vec3s)

ConstMFVec3f

public ConstMFVec3f(int size,
                    float[] vec3s)
Method Detail

getSize

public int getSize()
Overrides:
getSize in class ConstMField

getValue

public void getValue(float[][] vec3s)

getValue

public void getValue(float[] vec3s)

get1Value

public void get1Value(int index,
                      float[] vec3s)

get1Value

public void get1Value(int index,
                      SFVec3f vec)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS