OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osgUtil::Tessellator::NewVertex Struct Reference

Public Member Functions

 NewVertex ()
 
 NewVertex (const NewVertex &nv)
 
 NewVertex (osg::Vec3 *vx, float f1, osg::Vec3 *v1, float f2, osg::Vec3 *v2, float f3, osg::Vec3 *v3, float f4, osg::Vec3 *v4)
 

Public Attributes

osg::Vec3_vpos
 
float _f1
 
osg::Vec3_v1
 
float _f2
 
osg::Vec3_v2
 
float _f3
 
osg::Vec3_v3
 
float _f4
 
osg::Vec3_v4
 

Constructor & Destructor Documentation

◆ NewVertex() [1/3]

osgUtil::Tessellator::NewVertex::NewVertex ( )
inline

◆ NewVertex() [2/3]

osgUtil::Tessellator::NewVertex::NewVertex ( const NewVertex nv)
inline

◆ NewVertex() [3/3]

osgUtil::Tessellator::NewVertex::NewVertex ( osg::Vec3 vx,
float  f1,
osg::Vec3 v1,
float  f2,
osg::Vec3 v2,
float  f3,
osg::Vec3 v3,
float  f4,
osg::Vec3 v4 
)
inline

Member Data Documentation

◆ _f1

float osgUtil::Tessellator::NewVertex::_f1

◆ _f2

float osgUtil::Tessellator::NewVertex::_f2

◆ _f3

float osgUtil::Tessellator::NewVertex::_f3

◆ _f4

float osgUtil::Tessellator::NewVertex::_f4

◆ _v1

osg::Vec3* osgUtil::Tessellator::NewVertex::_v1

◆ _v2

osg::Vec3* osgUtil::Tessellator::NewVertex::_v2

◆ _v3

osg::Vec3* osgUtil::Tessellator::NewVertex::_v3

◆ _v4

osg::Vec3* osgUtil::Tessellator::NewVertex::_v4

◆ _vpos

osg::Vec3* osgUtil::Tessellator::NewVertex::_vpos

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