| /NW4C-1.3.3/include/nw/math/ |
| D | math_Matrix34.h | 25 using nn::math::MTX34; 27 NW_MATH_INLINE MTX34* MTX34LookAtRad(MTX34* pOut, const VEC3* pCamPos, f32 twist, const VEC3* pTarg… 28 NW_MATH_INLINE MTX34* MTX34CameraRotateRad(MTX34* pOut, const VEC3* pCamPos, const VEC3* pCamRotate… 29 NW_MATH_INLINE VEC3* MTX34DecomposeToColumnScale(VEC3* pOut, const MTX34* pM); 30 NW_MATH_INLINE VEC3* MTX34DecomposeToRowScale(VEC3* pOut, const MTX34* pM);
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_BillboardUpdater.h | 64 math::MTX34* worldMatrix, 65 const math::MTX34& viewMatrix, 66 const math::MTX34& inverseViewMatrix, 80 math::MTX34* localMatrix, 86 math::MTX34* localMatrix, 88 const math::MTX34& inverseViewMatrix,
|
| D | gfx_Model.h | 495 math::MTX34& ModelViewMatrix() in ModelViewMatrix() 501 const math::MTX34& ModelViewMatrix() const in ModelViewMatrix() 507 math::MTX34& NormalMatrix() in NormalMatrix() 513 const math::MTX34& NormalMatrix() const in NormalMatrix() 520 const math::MTX34& viewMatrix, bool isModelCoordinate); 635 m_ModelViewMatrix(math::MTX34::Identity()), in Model() 636 m_NormalMatrix(math::MTX34::Identity()), in Model() 811 math::MTX34 m_ModelViewMatrix; 812 math::MTX34 m_NormalMatrix; 832 const math::MTX34& viewMatrix, in UpdateModelViewMatrixAndNormalMatrix() [all …]
|
| D | gfx_WorldMatrixUpdater.h | 82 math::MTX34* worldMatrix, 98 math::MTX34* worldMatrix, 113 math::MTX34* worldMatrix, 128 math::MTX34* transformMatrix, 135 math::MTX34* transformMatrix, 142 math::MTX34* transformMatrix, 180 void CopyTranslate(math::MTX34* dstMatrix, const math::MTX34& srcMatrix) const in CopyTranslate() 187 void AddTranslate(math::MTX34* dstMatrix, const math::VEC3& translate) const in AddTranslate() 212 math::MTX34* worldMatrix, in UpdateMaya() 263 math::MTX34* worldMatrix, in UpdateBasic() [all …]
|
| D | gfx_TransformNode.h | 197 math::MTX34& WorldMatrix() { return m_WorldMatrix; } in WorldMatrix() 200 const math::MTX34& WorldMatrix() const { return m_WorldMatrix; } in WorldMatrix() 212 const math::MTX34& InverseWorldMatrix() const; 241 const math::MTX34& transformMatrix, 247 math::MTX34 resultMatrix; 275 void SetResourceScaledTransform(const math::MTX34& transformMatrix) in SetResourceScaledTransform() 278 math::MTX34 matrix; in SetResourceScaledTransform() 312 virtual const math::MTX34& TrackbackWorldMatrix() const in TrackbackWorldMatrix() 388 const math::MTX34& parentWorldMatrix = this->TrackbackWorldMatrix(); in CalcInheritingDiretion() 435 math::MTX34 m_WorldMatrix; [all …]
|
| D | gfx_CameraViewUpdater.h | 28 struct MTX34; 59 math::MTX34* viewMatrix, 60 const math::MTX34& worldMatrix,
|
| D | gfx_Camera.h | 204 math::MTX34& ViewMatrix() { return m_ViewMatrix; } in ViewMatrix() 207 const math::MTX34& ViewMatrix() const { return m_ViewMatrix; } in ViewMatrix() 210 math::MTX34& InverseViewMatrix() { return m_InverseViewMatrix; } in InverseViewMatrix() 213 const math::MTX34& InverseViewMatrix() const { return m_InverseViewMatrix; } in InverseViewMatrix() 216 math::MTX34& TextureProjectionMatrix() { return m_TextureProjectionMatrix; } in TextureProjectionMatrix() 219 const math::MTX34& TextureProjectionMatrix() const { return m_TextureProjectionMatrix; } in TextureProjectionMatrix() 782 math::MTX34 m_ViewMatrix; 783 math::MTX34 m_InverseViewMatrix; 786 math::MTX34 m_TextureProjectionMatrix;
|
| D | gfx_StandardSkeleton.h | 90 …size.Add(sizeof(math::MTX34) * resource.GetBonesCount(), Skeleton::TransformPose::TransformArray::… in GetMemorySizeInternal() 91 …size.Add(sizeof(math::MTX34) * resource.GetBonesCount(), Skeleton::TransformPose::TransformArray::… in GetMemorySizeInternal() 94 size += sizeof(math::MTX34) * resource.GetBonesCount(); in GetMemorySizeInternal() 95 size += sizeof(math::MTX34) * resource.GetBonesCount(); in GetMemorySizeInternal()
|
| D | gfx_Skeleton.h | 27 struct MTX34; 142 typedef ut::MoveArray<math::MTX34> MatrixArray; 158 bool GetMatrix(int index, math::MTX34** matrix) in GetMatrix() 166 bool GetMatrix(int index, const math::MTX34** matrix) const in GetMatrix() 174 math::MTX34* GetMatrix(int index) in GetMatrix() 180 const math::MTX34* GetMatrix(int index) const in GetMatrix()
|
| D | gfx_ParticleSet.h | 263 const nw::math::MTX34& emitterMatrix, 323 const nw::math::MTX34& WorldMatrix() in WorldMatrix() 327 return nw::math::MTX34::Identity(); in WorldMatrix() 337 const nw::math::MTX34& InverseWorldMatrix() in InverseWorldMatrix() 341 return nw::math::MTX34::Identity(); in InverseWorldMatrix()
|
| D | gfx_LookAtTargetViewUpdater.h | 95 math::MTX34* viewMatrix, 96 const math::MTX34& worldMatrix,
|
| D | gfx_AimTargetViewUpdater.h | 95 math::MTX34* viewMatrix, 96 const math::MTX34& worldMatrix,
|
| D | gfx_RotateViewUpdater.h | 95 math::MTX34* viewMatrix, 96 const math::MTX34& worldMatrix,
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_RotateViewUpdater.cpp | 87 math::MTX34* viewMatrix, in Update() 88 const math::MTX34& worldMatrix, in Update() 102 math::MTX34 transformMatrix; in Update() 103 math::MTX34 rotateMatrixX; in Update() 104 math::MTX34 rotateMatrixY; in Update() 105 math::MTX34 rotateMatrixZ; in Update()
|
| D | gfx_WorldMatrixUpdater.cpp | 60 math::MTX34* transformMatrix, in CalculateWorldXsi() 72 const math::MTX34& parentMatrix = parentWorldTransform.TransformMatrix(); in CalculateWorldXsi() 85 const math::MTX34& localMatrix = localTransform.TransformMatrix(); in CalculateWorldXsi() 113 math::MTX34 scaledLocalMatrix; in CalculateWorldXsi() 136 math::MTX34* transformMatrix, in CalculateWorldMayaSsc() 146 const math::MTX34& parentMatrix = parentWorldTransform.m_TransformMatrix; in CalculateWorldMayaSsc() 155 const math::MTX34& localMatrix = localTransform.m_TransformMatrix; in CalculateWorldMayaSsc() 211 math::MTX34* transformMatrix, in CalculateWorldBasic() 221 const math::MTX34& parentMatrix = parentWorldTransform.m_TransformMatrix; in CalculateWorldBasic()
|
| D | gfx_BillboardUpdater.cpp | 58 math::MTX34* worldMatrix, in Update() 59 const math::MTX34& viewMatrix, in Update() 60 const math::MTX34& inverseViewMatrix, in Update() 167 math::MTX34* localMatrix, in CalculateLocalMatrix() 172 const math::MTX34& matrix = transform.TransformMatrix(); in CalculateLocalMatrix() 246 math::MTX34* localMatrix, in CalculateScreenLocalMatrix() 248 const math::MTX34& inverseViewMatrix, in CalculateScreenLocalMatrix() 252 const math::MTX34& matrix = transform.TransformMatrix(); in CalculateScreenLocalMatrix()
|
| D | gfx_CalculatedTransform.cpp | 90 const math::MTX34& mtx = this->m_TransformMatrix; in UpdateRotateFlagsStrictly() 112 const math::MTX34& mtx = this->m_TransformMatrix; in UpdateRotateFlags() 144 const math::MTX34& mtx = this->m_TransformMatrix; in UpdateTranslateFlags()
|
| D | gfx_StandardSkeleton.cpp | 52 poseWorldMatrices.PushBackFast(math::MTX34::Identity()); in Create() 53 skiningMatrices.PushBackFast(math::MTX34::Identity()); in Create()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_Sound3DListener.h | 86 void SetMatrix( const nw::math::MTX34& mtx ); 98 const nw::math::MTX34& GetMatrix() const { return m_Mtx; } in GetMatrix() 317 void CalcPositionFromMatrix( const nw::math::MTX34& mtx, nw::math::VEC3* pos ); 319 nw::math::MTX34 m_Mtx;
|
| /NW4C-1.3.3/include/nw/math/inline/ |
| D | math_Matrix34.ipp | 32 NW_MATH_INLINE MTX34* 34 nw::math::MTX34* pOut, const nw::math::VEC3* pCamPos, f32 twist, const nw::math::VEC3* pTarget) 137 NW_MATH_INLINE MTX34* 139 nw::math::MTX34* pOut, const nw::math::VEC3* pCamPos, const nw::math::VEC3* pCamRotate) 196 NW_MATH_INLINE MTX34* 197 MTX34CameraRotateRad(MTX34* pOut, const VEC3* pCamPos, const VEC3* pCamRotate) 217 NW_MATH_INLINE MTX34* 218 MTX34LookAtRad(MTX34* pOut, const VEC3* pCamPos, f32 twist, const VEC3* pTarget) 234 MTX34DecomposeToColumnScale(VEC3* pOut, const MTX34* pM) 253 MTX34DecomposeToRowScale(VEC3* pOut, const MTX34* pM)
|
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_Supplement.h | 28 math::MTX44* MTX44Transpose(math::MTX44* pOut, const math::MTX34* pSrc); 29 math::MTX44* MTX44Mult(math::MTX44* pOut, const math::MTX34* p1, const math::MTX44* p2);
|
| D | lyt_DrawInfo.h | 79 const math::MTX34& GetViewMtx() const in GetViewMtx() 92 void SetViewMtx(const math::MTX34& value) in SetViewMtx() 345 math::MTX34 m_ViewMtx;
|
| D | lyt_Pane.h | 420 const math::MTX34& GetMtx() const in GetMtx() 446 void SetMtx(const math::MTX34& mtx) in SetMtx() 492 const math::MTX34& GetGlobalMtx() const in GetGlobalMtx() 519 void SetGlobalMtx(const math::MTX34& mtx) in SetGlobalMtx() 1507 math::MTX34 m_Mtx; 1511 math::MTX34 m_GlbMtx;
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResSkeleton.h | 204 NW_RES_FIELD_STRUCT_DECL( nw::math::MTX34, LocalMatrix ) // GetLocalMatrix() 205 NW_RES_FIELD_STRUCT_DECL( nw::math::MTX34, WorldMatrix ) // 行列計算用のバッファへ正式対応後、削除予定。 206 NW_RES_FIELD_STRUCT_DECL( nw::math::MTX34, InverseBaseMatrix ) // GetInverseBaseMatrix()
|
| /NW4C-1.3.3/demos/snd/sound3d/sources/ |
| D | Sound3dApp.h | 35 void CalcListenerMatrix( nw::math::MTX34* mtx ); 48 nw::math::MTX34 m_ListenerMtx;
|