gwnavruntime/channel/diagonalstripfunnel.h Source File
Go to the documentation of this file.
22 : m_diagonalstrip(diagonalstrip)
25 void Initialize(
KyUInt32 apexDiagonalStripCornerIdx, FunnelDirection funnelDirection);
32 FunnelResult UpdateAccordinglyToDiagonalStripCorner(
KyUInt32 cornerIdx);
35 Funnel m_straightLineFunnel;
37 const DiagonalStrip* m_diagonalstrip;
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
KyResult InitializeToNextApex(KyUInt32 &cornerIdx)
Initialize the funnel to its current closure corner and updates cornerIdx to the next corner to be ad...
Definition: diagonalstripfunnel.cpp:24
2d vector using KyFloat32.
Definition: vec2f.h:18
Basic straight line funnel acting directly on 2D positions.
Definition: funnel.h:42
Navigation return code class.
Definition: types.h:108
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Basic corner-to-corner funnel to be used in standard line-of-view based browsing of diagonal strips...
Definition: diagonalstripfunnel.h:18