Open Inventor Reference
SoSFVec2f Class Reference

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

#include <Inventor/fields/SoSFVec2f.h>

Inheritance diagram for SoSFVec2f:
SoSField SoField

List of all members.

Public Member Functions

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.

Static Public Member Functions

static void initClass ()

Detailed Description

Field containing a two-dimensional vector.

SoSFVec2fs are written to file as a pair of floating point values separated by whitespace.

See Also
SoField, SoSField, SoMFVec2f

Definition at line 79 of file SoSFVec2f.h.


Member Function Documentation

static void SoSFVec2f::initClass ( ) [static]

Reimplemented from SoSField.

void SoSFVec2f::setValue ( float  x,
float  y 
)
void SoSFVec2f::setValue ( const float  xy[2])

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