package vrml.fields;

import vrml.*;
import vrml.exceptions.*;

public class SFRotation extends Field {
  public native float[] getValue();
  public native void setValue(float[] value)
    throws ArrayIndexOutOfBoundsException;
}
