All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.vrml.field.ConstMFVec3f
java.lang.Object
|
+----berkeley.cs.dmc.vrml.Field
|
+----berkeley.cs.dmc.vrml.ConstField
|
+----berkeley.cs.dmc.vrml.ConstMField
|
+----berkeley.cs.dmc.vrml.field.ConstMFVec3f
- public class ConstMFVec3f
- extends ConstMField
-
ConstMFVec3f(float[])
-
-
ConstMFVec3f(float[][])
-
-
ConstMFVec3f(int, float[])
-
-
get1Value(int, float[])
-
-
get1Value(int, SFVec3f)
-
-
getSize()
-
-
getValue(float[])
-
-
getValue(float[][])
-
-
toString()
-
ConstMFVec3f
public ConstMFVec3f(float vec3s[][])
ConstMFVec3f
public ConstMFVec3f(float vec3s[])
ConstMFVec3f
public ConstMFVec3f(int size,
float vec3s[])
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 String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index