public interface SFVec2f extends X3DField
| Modifier and Type | Method and Description |
|---|---|
void |
getValue(float[] valueDestination)
Write out the current value of this field into the external valueDestination array.
|
void |
setValue(float[] newValue)
Assign a new value to this field.
|
addX3DEventListener, getDefinition, isReadable, isWritable, removeX3DEventListenervoid getValue(float[] valueDestination)
valueDestination - The array to be filled in with current field values.java.lang.ArrayIndexOutOfBoundsException - The provided valueDestination array was too small.void setValue(float[] newValue)
newValue - is replacement value array to assignCopyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.