#include <isaac_types.hpp>
Public Member Functions | |
ISAAC_HOST_DEVICE_INLINE | clipping_struct () |
Public Attributes | |
isaac_uint | count |
struct { | |
isaac_float3 position | |
isaac_float3 normal | |
} | elem [ISAAC_MAX_CLIPPING] |
Definition at line 241 of file isaac_types.hpp.
|
inline |
Definition at line 243 of file isaac_types.hpp.
isaac_uint isaac::clipping_struct::count |
Definition at line 246 of file isaac_types.hpp.
struct { ... } isaac::clipping_struct::elem[ ISAAC_MAX_CLIPPING ] |
isaac_float3 isaac::clipping_struct::normal |
Definition at line 250 of file isaac_types.hpp.
isaac_float3 isaac::clipping_struct::position |
Definition at line 249 of file isaac_types.hpp.