Open Inventor Reference
SoSFVec3f Class Reference

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

#include <Inventor/fields/SoSFVec3f.h>

Inheritance diagram for SoSFVec3f:
SoSField SoField

List of all members.

Public Member Functions

void setValue (float x, float y, float z)
 Sets the field to the given value.
void setValue (const float xyz[3])
 Sets the field to the given value.

Static Public Member Functions

static void initClass ()

Detailed Description

Field containing a three-dimensional vector.

SoSFVec3fs are written to file as three floating point values separated by whitespace.

See Also
SoField, SoSField, SoMFVec3f

Definition at line 79 of file SoSFVec3f.h.


Member Function Documentation

static void SoSFVec3f::initClass ( ) [static]

Reimplemented from SoSField.

void SoSFVec3f::setValue ( float  x,
float  y,
float  z 
)
void SoSFVec3f::setValue ( const float  xyz[3])

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