NTrace
GPU ray tracing framework
|
#include <ConvexPolyhedron.hpp>
Public Attributes | |
Vec4f | planeEq |
S32 | planeID |
S32 | firstEdge |
S32 | numEdges |
S32 | newEdge |
Definition at line 54 of file ConvexPolyhedron.hpp.
S32 FW::ConvexPolyhedron::Face::firstEdge |
Definition at line 58 of file ConvexPolyhedron.hpp.
S32 FW::ConvexPolyhedron::Face::newEdge |
Definition at line 60 of file ConvexPolyhedron.hpp.
S32 FW::ConvexPolyhedron::Face::numEdges |
Definition at line 59 of file ConvexPolyhedron.hpp.
Vec4f FW::ConvexPolyhedron::Face::planeEq |
Definition at line 56 of file ConvexPolyhedron.hpp.
S32 FW::ConvexPolyhedron::Face::planeID |
Definition at line 57 of file ConvexPolyhedron.hpp.