Coordinate point node. More...
#include <Inventor/nodes/SoCoordinate3.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoCoordinate3 () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFVec3f | point |
Coordinate point node.
This node defines a set of 3D coordinates to be used by subsequent vertex-based shape nodes (those derived from SoVertexShape) or shape nodes that use them as control points (such as NURBS curves and surfaces). This node does not produce a visible result during rendering; it simply replaces the current coordinates in the rendering state for subsequent nodes to use.
point | 0 0 0 |
SoCoordinate4, SoVertexShape, SoVertexProperty
SoCoordinate3::SoCoordinate3 | ( | ) |
Creates a coordinate node with default settings.
static SoType SoCoordinate3::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
Reimplemented in SoGeoCoordinate.
virtual SoType SoCoordinate3::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
Reimplemented in SoGeoCoordinate.
Coordinate point(s).