org.iso.mpeg.mpegj.scene
Interface SFRotationFieldValue


public interface SFRotationFieldValue
extends FieldValue

An interface used for obtaining SFRotation values.


Method Summary
 float[] getSFRotationValue()
          Obtain the SFRotation value.
 

Method Detail

getSFRotationValue

public float[] getSFRotationValue()
Obtain the SFRotation value.
Returns:
a float array ordered as (x,y,z,angle) with VRML-97 semantics.