27#include <Inventor/fields/SoSubField.h>
28#include <Inventor/SbLinear.h>
78 static void initClass();
79 static void exitClass();
Field containing a two-dimensional vector.
void setValue(short x, short y)
Sets the field to the given value.
void setValue(const short xy[2])
Sets the field to the given value.
void setValue(const SbVec2f &vec2f)
Convenience method that allows you to specify a field value using a float variable.
Abstract base class for all single-value fields.