29 #ifndef __X3DNURBSCONTROLCURVENODE_H__
30 #define __X3DNURBSCONTROLCURVENODE_H__
46 Inst< MFVec2d > _controlPoint = 0);
Contains the MFVec2d field class.
Header file for X3DNode, X3D scene-graph node.
This abstract node type is the base type for all nodes in the X3D system.
Definition: X3DNode.h:65
This abstract node type is the base type for all node types that provide control curve information in...
Definition: X3DNurbsControlCurveNode.h:42
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: X3DNurbsControlCurveNode.h:56
H3DUniquePtr< MFVec2d > controlPoint
The control points are defined in 2D coordinate space and interpreted according to the descendent nod...
Definition: X3DNurbsControlCurveNode.h:53
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194