Public Attributes | List of all members
PxHullPolygon Struct Reference

Polygon data. More...

#include <PxConvexMesh.h>

Public Attributes

PxReal mPlane [4]
 Plane equation for this polygon. More...
 
PxU16 mNbVerts
 Number of vertices/edges in the polygon. More...
 
PxU16 mIndexBase
 Offset in index buffer. More...
 

Detailed Description

Polygon data.

Plane format: (mPlane[0],mPlane[1],mPlane[2]).dot(x) + mPlane[3] = 0 With the normal outward-facing from the hull.

Member Data Documentation

PxU16 PxHullPolygon::mIndexBase

Offset in index buffer.

PxU16 PxHullPolygon::mNbVerts

Number of vertices/edges in the polygon.

PxReal PxHullPolygon::mPlane[4]

Plane equation for this polygon.


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


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com