vrml.field
Class ConstMFVec3f
java.lang.Object
vrml.Field
vrml.ConstField
vrml.ConstMField
vrml.field.ConstMFVec3f
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ConstMFVec3f
- extends ConstMField
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConstMFVec3f
public ConstMFVec3f(float[][] vec3s)
ConstMFVec3f
public ConstMFVec3f(float[] vec3s)
ConstMFVec3f
public ConstMFVec3f(int size,
float[] vec3s)
getSize
public int getSize()
- Specified by:
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()