#include <NvBlastTkActorImpl.h>

Public Member Functions | |
| JointIt (const TkActorImpl &actor, Direction dir=Forward) | |
| TkJointImpl * | operator* () const |
Given a TkActorImpl a,
for (TkActorImpl::JointIt i(a); (bool)i; ++i) { TkJointImpl* joint = (TkJointImpl*)i; ... }
| NV_INLINE Nv::Blast::TkActorImpl::TkActorImpl::JointIt::JointIt | ( | const TkActorImpl & | actor, | |
| Direction | dir = Forward | |||
| ) |
Constructed from an actor.
| NV_INLINE TkJointImpl * Nv::Blast::TkActorImpl::TkActorImpl::JointIt::operator* | ( | ) | const |
Current joint.