Open Inventor Reference
SoSFVec4f Class Reference

Field containing a homogeneous three-dimensional vector. More...

#include <Inventor/fields/SoSFVec4f.h>

Inheritance diagram for SoSFVec4f:
SoSField SoField

List of all members.

Public Member Functions

void setValue (float x, float y, float z, float w)
 Sets the field to the given value.
void setValue (const float xyzw[4])
 Sets the field to the given value.

Static Public Member Functions

static void initClass ()

Detailed Description

Field containing a homogeneous three-dimensional vector.

SoSFVec4fs are written to file as four floating point values separated by whitespace.

See Also
SoField, SoSField, SoMFVec4f

Definition at line 79 of file SoSFVec4f.h.


Member Function Documentation

static void SoSFVec4f::initClass ( ) [static]

Reimplemented from SoSField.

void SoSFVec4f::setValue ( float  x,
float  y,
float  z,
float  w 
)
void SoSFVec4f::setValue ( const float  xyzw[4])

The documentation for this class was generated from the following file: