17 package vrml.external.FreeWRLEAI;
25 public VMFVec3f(DataInputStream in)
throws IOException
28 for (
int i = 0; i < values.length; i++) {
33 public void write(DataOutputStream out)
throws IOException
35 out.writeInt(values.length);
36 for (
int i = 0; i < values.length; i++) {
41 public byte getType() {
return MFVEC3F; }