Searched refs:worldAngleX (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/ |
| D | demo_TrianglesRenderData.h | 478 void SetWorldAngle(const f32 worldAngleX, const f32 worldAngleY, const f32 worldAngleZ); 489 void RotateWorldAngle(const f32 worldAngleX, const f32 worldAngleY, const f32 worldAngleZ); 500 void GetWorldAngle(f32& worldAngleX, f32& worldAngleY, f32& worldAngleZ);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/ |
| D | demo_TrianglesRenderData.cpp | 737 …void TrianglesRenderData::SetWorldAngle(const f32 worldAngleX, const f32 worldAngleY, const f32 wo… in SetWorldAngle() argument 739 m_AngleX = worldAngleX; in SetWorldAngle() 744 …void TrianglesRenderData::RotateWorldAngle(const f32 worldAngleX, const f32 worldAngleY, const f32… in RotateWorldAngle() argument 746 m_AngleX += worldAngleX; in RotateWorldAngle() 751 void TrianglesRenderData::GetWorldAngle(f32& worldAngleX, f32& worldAngleY, f32& worldAngleZ) in GetWorldAngle() argument 753 worldAngleX = m_AngleX; in GetWorldAngle()
|