53#include <Inventor/fields/SoSubField.h>
54#include <Inventor/SbLinear.h>
106 static void initClass();
107 static void exitClass();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 2D vector class ...
Field containing a two-dimensional vector.
void setValue(const SbVec2d &vec2d)
Convenience method that allows you to specify a field value using a double precision variable.
void setValue(float x, float y)
Sets the field to the given value.
void setValue(const float xy[2])
Sets the field to the given value.
Abstract base class for all single-value fields.