|
| MFVec3f (float[] vec3fs) |
|
| MFVec3f (int size, float[] vec3fs) |
|
| MFVec3f (float[][] vec3fs) |
|
void | getValue (float[] vec3fs) |
|
void | getValue (float[][] vec3fs) |
|
void | get1Value (int index, float[] vec3fs) |
|
void | get1Value (int index, SFVec3f sfVec3f) |
|
void | setValue (float[] vec3fs) |
|
void | setValue (int size, float[] vec3fs) |
|
void | set1Value (int index, float x, float y, float z) |
|
void | set1Value (int index, SFVec3f sfVec3f) |
|
void | set1Value (int index, ConstSFVec3f sfVec3f) |
|
void | addValue (float x, float y, float z) |
|
void | addValue (SFVec3f sfVec3f) |
|
void | addValue (ConstSFVec3f sfVec3f) |
|
void | insertValue (int index, float x, float y, float z) |
|
void | insertValue (int index, SFVec3f sfVec3f) |
|
void | insertValue (int index, ConstSFVec3f sfVec3f) |
|
String | toString () |
|
void | __fromPerl (BufferedReader in) throws IOException |
|
void | __toPerl (PrintWriter out) throws IOException |
|
int | getSize () |
|
void | clear () |
|
void | delete (int index) |
|
Object | clone () |
|
void | bind_to (FWJavaScriptBinding b) |
|
final void | __updateRead () |
|
abstract void | __fromPerl (BufferedReader in) throws IOException |
|
abstract void | __toPerl (PrintWriter out) throws IOException |
|
void | setOffset (String offs) |
|
String | getOffset () |
|
Definition at line 10 of file MFVec3f.java.