86 void setValue(
float x,
float y,
float z,
float w);
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_SFIELD_HEADER(className, valueType, valueRef)
This macro is all that is needed for most single-value field classes.
Field containing a homogeneous three-dimensional vector.
void setValue(const float xyzw[4])
Sets the field to the given value.
void setValue(float x, float y, float z, float w)
Sets the field to the given value.
Abstract base class for all single-value fields.