PixelLightAPI  .
Public Member Functions | Public Attributes
PLMesh::MeshEdge Class Reference

Mesh edge. More...

#include <Mesh.h>

List of all members.

Public Member Functions

PLMESH_API MeshEdgeoperator= (const MeshEdge &cSource)
PLMESH_API bool operator== (const MeshEdge &cMeshEdge) const

Public Attributes

PLCore::uint32 nVertex [2]
PLCore::uint32 nTriangle [2]

Detailed Description

Mesh edge.


Member Function Documentation

PLMESH_API MeshEdge& PLMesh::MeshEdge::operator= ( const MeshEdge cSource)
PLMESH_API bool PLMesh::MeshEdge::operator== ( const MeshEdge cMeshEdge) const

Member Data Documentation

PLCore::uint32 PLMesh::MeshEdge::nVertex[2]

The two edge vertex indices

PLCore::uint32 PLMesh::MeshEdge::nTriangle[2]

The two edge triangles


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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:36
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported