|
| template<auto GetSpeakerVectorFunction, class Vec3ContainerType > |
| bool | GetSpeakerVectors (ChannelMap channelMap, Vec3ContainerType &outVectors) |
| |
| template<auto GetSpeakerVectorFunction, class Vec3ContainerType , class IndexContainerType > |
| bool | GetSpeakerVectors (ChannelMap channelMap, Vec3ContainerType &outVectors, IndexContainerType &outMapIndices) |
| |
| template<CVec3 Vec3Type, class Vec3iContainerType > |
| bool | TriangulateSpeakerLayout (std::span< const Vec3Type > speakerVectors, Vec3iContainerType &outIndices) |
| |
| template<auto GetSpeakerVectorFunction, CVec3 Vec3Type, class Vec3ContainerType , class Vec3iContainerType > |
| bool | TriangulateSpeakerLayout (ChannelMap channelMap, Vec3ContainerType &outVertices, Vec3iContainerType &outIndices) |
| |