org.iso.mpeg.mpegj.scene
Interface SFVec2fFieldValue


public interface SFVec2fFieldValue
extends FieldValue

An interface used for obtaining SFVec2f values.


Method Summary
 float[] getSFVec2fValue()
          Obtain the SFVec2f value.
 

Method Detail

getSFVec2fValue

public float[] getSFVec2fValue()
Obtain the SFVec2f value.
Returns:
a float array containing the value of the SFVec2f field.