Cafu Engine
cf::ClipSys::WorldTraceResultT Struct Reference

This class describes one result (of possibly several) of tracing an object (a ray, a bounding-box, or a convex solid) through a clip world. More...

#include "TraceResult.hpp"

Public Member Functions

 WorldTraceResultT (const TraceResultT &TR, ClipModelT *CM)
 

Public Attributes

TraceResultT Result
 The result of the trace that hit ClipModel (Result.Fraction < 1.0). More...
 
ClipModelTClipModel
 The clip model related to the trace result. If NULL, the trace result is related to the ClipWorldT::WorldCollMdl. More...
 

Detailed Description

This class describes one result (of possibly several) of tracing an object (a ray, a bounding-box, or a convex solid) through a clip world.

Member Data Documentation

ClipModelT* cf::ClipSys::WorldTraceResultT::ClipModel

The clip model related to the trace result. If NULL, the trace result is related to the ClipWorldT::WorldCollMdl.

TraceResultT cf::ClipSys::WorldTraceResultT::Result

The result of the trace that hit ClipModel (Result.Fraction < 1.0).


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