BEPUutilities2.PermutationMapper.PermutationMapper C# (CSharp) Method

PermutationMapper() public method

Constructs a new permutation mapper.
public PermutationMapper ( ) : System
return System
        public PermutationMapper()
        {
            PermutationIndex = 0;
        }