All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.vrml.field.MFVec3f
java.lang.Object
|
+----berkeley.cs.dmc.vrml.Field
|
+----berkeley.cs.dmc.vrml.MField
|
+----berkeley.cs.dmc.vrml.field.MFVec3f
- public class MFVec3f
- extends MField
-
MFVec3f()
-
-
MFVec3f(float[])
-
-
MFVec3f(float[][])
-
-
MFVec3f(int, float[])
-
-
addValue(ConstSFVec3f)
-
-
addValue(float, float, float)
-
-
addValue(SFVec3f)
-
-
clear()
-
-
clone()
-
-
delete(int)
-
-
get1Value(int, float[])
-
-
get1Value(int, SFVec3f)
-
-
getSize()
-
-
getValue(float[])
-
-
getValue(float[][])
-
-
insertValue(int, ConstSFVec3f)
-
-
insertValue(int, float, float, float)
-
-
insertValue(int, SFVec3f)
-
-
set1Value(int, ConstSFVec3f)
-
-
set1Value(int, float, float, float)
-
-
set1Value(int, SFVec3f)
-
-
setValue(ConstMFVec3f)
-
-
setValue(float[])
-
-
setValue(float[][])
-
-
setValue(int, float[])
-
-
setValue(MFVec3f)
-
-
toString()
-
MFVec3f
public MFVec3f()
MFVec3f
public MFVec3f(float vec3s[][])
MFVec3f
public MFVec3f(float vec3s[])
MFVec3f
public MFVec3f(int size,
float vec3s[])
getSize
public synchronized int getSize()
- Overrides:
- getSize in class MField
clear
public synchronized void clear()
- Overrides:
- clear in class MField
delete
public synchronized void delete(int index)
- Overrides:
- delete in class MField
getValue
public synchronized void getValue(float vec3s[][])
getValue
public synchronized void getValue(float vec3s[])
get1Value
public synchronized void get1Value(int index,
float vec3s[])
get1Value
public synchronized void get1Value(int index,
SFVec3f vec)
setValue
public synchronized void setValue(float vec3s[][])
setValue
public synchronized void setValue(float vec3s[])
setValue
public synchronized void setValue(int size,
float vec3s[])
setValue
public synchronized void setValue(MFVec3f vec3s)
setValue
public synchronized void setValue(ConstMFVec3f vec3s)
set1Value
public void set1Value(int index,
ConstSFVec3f vec)
set1Value
public synchronized void set1Value(int index,
SFVec3f vec)
set1Value
public synchronized void set1Value(int index,
float x,
float y,
float z)
addValue
public void addValue(ConstSFVec3f vec)
addValue
public synchronized void addValue(SFVec3f vec)
addValue
public synchronized void addValue(float x,
float y,
float z)
insertValue
public void insertValue(int index,
ConstSFVec3f vec)
insertValue
public synchronized void insertValue(int index,
SFVec3f vec)
insertValue
public synchronized void insertValue(int index,
float x,
float y,
float z)
toString
public synchronized String toString()
- Overrides:
- toString in class Object
clone
public Object clone()
- Overrides:
- clone in class Field
All Packages Class Hierarchy This Package Previous Next Index