Public Member Functions | |
| ndEdge (ndInt32 i0, ndInt32 i1, const ndPlane &plane, ndInt32 testIndex) | |
| bool | operator< (const ndEdge &edge) const |
| bool | operator> (const ndEdge &edge) const |
Public Attributes | |
| ndPlane | m_plane |
| ndInt32 | m_testIndex |
| union { | |
| ndUnsigned64 m_key | |
| struct { | |
| ndInt32 m_i0 | |
| ndInt32 m_i1 | |
| } | |
| }; | |