vrml.field
Class MFVec2f
java.lang.Object
vrml.Field
vrml.MField
vrml.field.MFVec2f
- All Implemented Interfaces:
- java.lang.Cloneable
- public class MFVec2f
- extends MField
Method Summary |
void |
addValue(ConstSFVec2f vec)
|
void |
addValue(float x,
float y)
|
void |
addValue(SFVec2f vec)
|
void |
clear()
|
void |
delete(int index)
|
void |
get1Value(int index,
float[] vec2s)
|
void |
get1Value(int index,
SFVec2f vec)
|
int |
getSize()
|
void |
getValue(float[] vec2s)
|
void |
getValue(float[][] vec2s)
|
void |
insertValue(int index,
ConstSFVec2f vec)
|
void |
insertValue(int index,
float x,
float y)
|
void |
insertValue(int index,
SFVec2f vec)
|
void |
set1Value(int index,
ConstSFVec2f vec)
|
void |
set1Value(int index,
float x,
float y)
|
void |
set1Value(int index,
SFVec2f vec)
|
void |
setValue(ConstMFVec2f vecs)
|
void |
setValue(float[] vec2s)
|
void |
setValue(float[][] vec2s)
|
void |
setValue(int size,
float[] vec2s)
|
void |
setValue(MFVec2f vecs)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MFVec2f
public MFVec2f()
MFVec2f
public MFVec2f(float[][] vec2s)
MFVec2f
public MFVec2f(float[] vec2s)
MFVec2f
public MFVec2f(int size,
float[] vec2s)
getSize
public int getSize()
- Specified by:
getSize
in class MField
clear
public void clear()
- Specified by:
clear
in class MField
delete
public void delete(int index)
- Specified by:
delete
in class MField
getValue
public void getValue(float[][] vec2s)
getValue
public void getValue(float[] vec2s)
get1Value
public void get1Value(int index,
float[] vec2s)
get1Value
public void get1Value(int index,
SFVec2f vec)
setValue
public void setValue(float[][] vec2s)
setValue
public void setValue(float[] vec2s)
setValue
public void setValue(int size,
float[] vec2s)
setValue
public void setValue(MFVec2f vecs)
setValue
public void setValue(ConstMFVec2f vecs)
set1Value
public void set1Value(int index,
float x,
float y)
set1Value
public void set1Value(int index,
ConstSFVec2f vec)
set1Value
public void set1Value(int index,
SFVec2f vec)
addValue
public void addValue(float x,
float y)
addValue
public void addValue(ConstSFVec2f vec)
addValue
public void addValue(SFVec2f vec)
insertValue
public void insertValue(int index,
float x,
float y)
insertValue
public void insertValue(int index,
ConstSFVec2f vec)
insertValue
public void insertValue(int index,
SFVec2f vec)
toString
public java.lang.String toString()