Math387.MtxVecBlockSize Constant

const Int32 MtxVecBlockSize

Defines the block size.

Remarks:

When MtxVec makes use of block processing, these variable defines the number of elements in each block. The size of all blocks in bytes should approximatelly match the CPU cache size. The block should not be too small to avoid overhead when handling objects to become noticeable.