53#include <Inventor/fields/SoSubField.h>
54#include <Inventor/SbLinear.h>
92 void setValue(
float x,
float y,
float z,
float w);
108 static void initClass();
109 static void exitClass();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 4D vector class ...
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.
void setValue(const SbVec4d &vec4d)
Convenience method that allows you to specify a field value using a double precision variable.
Abstract base class for all single-value fields.