Open Inventor Reference
SoSFMatrix Class Reference

Field containing a 4x4 matrix. More...

#include <Inventor/fields/SoSFMatrix.h>

Inheritance diagram for SoSFMatrix:
SoSField SoField

List of all members.

Public Member Functions

void setValue (float a11, float a12, float a13, float a14, float a21, float a22, float a23, float a24, float a31, float a32, float a33, float a34, float a41, float a42, float a43, float a44)
 Set one value from 16 floats.

Static Public Member Functions

static void initClass ()

Detailed Description

A field containing a transformation matrix (an SbMatrix).

SoSFMatrices are written to file as 16 floating point numbers separated by whitespace. For example, an identity matrix is written as:

1 0 0 0  0 1 0 0  0 0 1 0  0 0 0 1
See Also
SoField, SoSField, SoMFMatrix, SbMatrix

Definition at line 83 of file SoSFMatrix.h.


Member Function Documentation

static void SoSFMatrix::initClass ( ) [static]

Reimplemented from SoSField.

void SoSFMatrix::setValue ( float  a11,
float  a12,
float  a13,
float  a14,
float  a21,
float  a22,
float  a23,
float  a24,
float  a31,
float  a32,
float  a33,
float  a34,
float  a41,
float  a42,
float  a43,
float  a44 
)

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