1#ifndef COIN_SONORMALELEMENT_H
2#define COIN_SONORMALELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
37#include <Inventor/SbVec3f.h>
45 static void initClass(
void);
53 const int32_t numNormals,
const SbVec3f *
const normals,
54 const SbBool normalsAreUnitLength = FALSE);
57 int32_t getNum(
void)
const;
58 const SbVec3f & get(
const int index)
const;
59 const SbVec3f *getArrayPtr(
void)
const;
61 SbBool areNormalsUnitLength(
void)
const;
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:51
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoNormalElement class is yet to be documented.
Definition: SoNormalElement.h:40
int32_t numNormals
Definition: SoNormalElement.h:64
const SbVec3f * normals
Definition: SoNormalElement.h:65
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:39
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:89
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44