Searched refs:pTarget (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/include/nw/math/inline/ |
| D | math_Matrix34.ipp | 28 @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/ |
| D | math_Matrix34.h | 27 …ATH_INLINE MTX34* MTX34LookAtRad(MTX34* pOut, const VEC3* pCamPos, f32 twist, const VEC3* pTarget);
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Animation.h | 405 T* pTarget,
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Animation.cpp | 542 T* pTarget, in Bind() argument 548 NW_NULL_ASSERT(pTarget); in Bind() 558 pTarget->AddAnimationLink(pAnimLink); in Bind()
|