Home
last modified time | relevance | path

Searched refs:pTarget (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/math/inline/
Dmath_Matrix34.ipp28 @param[in] pTarget カメラの注視点を指定するベクトルへのポインタ。
34 nw::math::MTX34* pOut, const nw::math::VEC3* pCamPos, f32 twist, const nw::math::VEC3* pTarget)
40 NW_NULL_ASSERT(pTarget);
45 VEC3 lookReverse(pCamPos->x - pTarget->x, pCamPos->y - pTarget->y, pCamPos->z - pTarget->z);
213 @param[in] pTarget カメラの注視点を指定するベクトルへのポインタ。
218 MTX34LookAtRad(MTX34* pOut, const VEC3* pCamPos, f32 twist, const VEC3* pTarget)
221 return MTX34LookAtFIdx(pOut, pCamPos, twistFIdx, pTarget);
/NW4C-1.2.23/include/nw/math/
Dmath_Matrix34.h27 …ATH_INLINE MTX34* MTX34LookAtRad(MTX34* pOut, const VEC3* pCamPos, f32 twist, const VEC3* pTarget);
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Animation.h405 T* pTarget,
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Animation.cpp542 T* pTarget, in Bind() argument
548 NW_NULL_ASSERT(pTarget); in Bind()
558 pTarget->AddAnimationLink(pAnimLink); in Bind()