OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osgUtil::Tessellator::NewVertex Struct Reference

#include <Tessellator.h>

Collaboration diagram for osgUtil::Tessellator::NewVertex:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 156 of file Tessellator.h.

Constructor & Destructor Documentation

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

Definition at line 159 of file Tessellator.h.

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

Definition at line 170 of file Tessellator.h.

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

Definition at line 181 of file Tessellator.h.

Member Data Documentation

float osgUtil::Tessellator::NewVertex::_f1

Definition at line 198 of file Tessellator.h.

float osgUtil::Tessellator::NewVertex::_f2

Definition at line 201 of file Tessellator.h.

float osgUtil::Tessellator::NewVertex::_f3

Definition at line 204 of file Tessellator.h.

float osgUtil::Tessellator::NewVertex::_f4

Definition at line 207 of file Tessellator.h.

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

Definition at line 199 of file Tessellator.h.

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

Definition at line 202 of file Tessellator.h.

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

Definition at line 205 of file Tessellator.h.

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

Definition at line 208 of file Tessellator.h.

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

Definition at line 196 of file Tessellator.h.


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