1 #ifndef COIN_SONORMALELEMENT_H
2 #define COIN_SONORMALELEMENT_H
27 #include <Inventor/elements/SoReplacedElement.h>
28 #include <Inventor/SbVec3f.h>
36 static void initClass(
void);
44 const int32_t numNormals,
const SbVec3f *
const normals,
45 const SbBool normalsAreUnitLength = FALSE);
48 int32_t getNum(
void)
const;
49 const SbVec3f &
get(
const int index)
const;
50 const SbVec3f *getArrayPtr(
void)
const;
52 SbBool areNormalsUnitLength(
void)
const;
60 #endif // !COIN_SONORMALELEMENT_H
int32_t numNormals
Definition: SoNormalElement.h:55
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:30
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:40
The SoNormalElement class is yet to be documented.FIXME: write doc.
Definition: SoNormalElement.h:31
const SbVec3f * normals
Definition: SoNormalElement.h:56