package vrml.fields.constfields;

import vrml.fields.*;

public class ConstSFVec3f extends ConstField {
  public native float[] getValue();
}
