public class SoSFVec4f extends SoSField
SoField.FieldTypes
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoSFVec4f(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbVec4f defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SbVec4f |
getValue()
Returns this field's value.
|
void |
setValue(float[] xyzw)
Sets the field to the given value.
|
void |
setValue(float x,
float y,
float z,
float w)
Sets the field to the given value.
|
void |
setValue(SbVec4d vec4d)
Convenience method that allows you to specify a field value using a double precision variable.
|
void |
setValue(SbVec4f newValue)
Sets this field to
newValue.
|
appendConnection, appendConnection, connectFrom, connectFrom, disconnect, disconnect, disconnect, enableConnection, get, getConnectedEngine, getConnectedField, getContainer, getNumConnections, getValueSize, isConnected, isConnectedFromEngine, isConnectedFromField, isConnectedFromVRMLInterp, isConnectionEnabled, isDefault, isIgnored, set, setIgnored, touch
dispose, getNativeResourceHandle
public SoSFVec4f(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbVec4f defaultValue)
public void setValue(float x, float y, float z, float w)
public SbVec4f getValue()
public void setValue(SbVec4f newValue)
public void setValue(SbVec4d vec4d)
public void setValue(float[] xyzw)
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com