PxHullPolygon Struct Reference
[Geomutils]
Polygon data.
More...
#include <PxConvexMesh.h>
Public Attributes | |
PxReal | mPlane [4] |
Plane equation for this polygon. | |
PxU16 | mNbVerts |
Number of vertices/edges in the polygon. | |
PxU16 | mIndexBase |
Offset in index buffer. |
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
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-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com