org.iso.mpeg.mpegj.scene
Interface SFVec3fFieldValue


public interface SFVec3fFieldValue
extends FieldValue

An interface used for obtaining SFVec3f values.


Method Summary
 float[] getSFVec3fValue()
          Obtain the SFVec3f value.
 

Method Detail

getSFVec3fValue

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